Webpack build for branch master: 7a27b12b2b

This commit is contained in:
Travis CI 2017-07-21 00:14:03 +00:00
parent 5ad1c0d492
commit 9425b776a8

View file

@ -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;