mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 09:12:22 +00:00
Webpack build for branch master: 7a27b12b2b
This commit is contained in:
parent
5ad1c0d492
commit
9425b776a8
1 changed files with 2 additions and 2 deletions
|
|
@ -12720,7 +12720,7 @@ class GroupDMChannel extends Channel {
|
|||
|
||||
/**
|
||||
* The user ID of this Group DM's owner
|
||||
* @type {string}
|
||||
* @type {Snowflake}
|
||||
*/
|
||||
this.ownerID = data.owner_id;
|
||||
|
||||
|
|
@ -12732,7 +12732,7 @@ class GroupDMChannel extends Channel {
|
|||
|
||||
/**
|
||||
* Application ID of the application that made this Group DM, if applicable
|
||||
* @type {?string}
|
||||
* @type {?Snowflake}
|
||||
*/
|
||||
this.applicationID = data.application_id;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue