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