This commit is contained in:
Travis CI 2016-12-14 18:05:09 +00:00
parent 4b446affd6
commit 7bab53a9ce
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