Capitalise ID in Guild#applicationId

This commit is contained in:
Schuyler Cebulskie
2016-12-14 13:04:40 -05:00
parent f1c4ef659e
commit bef0523ebf

View File

@@ -118,7 +118,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.