mirror of
https://github.com/danbulant/discord.js
synced 2026-07-09 13:10:42 +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
|
* The user ID of this Group DM's owner
|
||||||
* @type {string}
|
* @type {Snowflake}
|
||||||
*/
|
*/
|
||||||
this.ownerID = data.owner_id;
|
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
|
* Application ID of the application that made this Group DM, if applicable
|
||||||
* @type {?string}
|
* @type {?Snowflake}
|
||||||
*/
|
*/
|
||||||
this.applicationID = data.application_id;
|
this.applicationID = data.application_id;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue