Webpack build: c0599587ad3d407e48fe71ee6eda716547e9cc59

This commit is contained in:
Travis CI 2016-12-14 18:04:10 +00:00
parent 5a38db6055
commit 4b446affd6
2 changed files with 2 additions and 2 deletions

View file

@ -5581,7 +5581,7 @@ class Guild {
* The ID of the application that created this guild (if applicable)
* @type {?string}
*/
this.applicationId = data.application_id;
this.applicationID = data.application_id;
/**
* A collection of emojis that are in this guild. The key is the emoji's ID, the value is the emoji.

File diff suppressed because one or more lines are too long