mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Capitalise ID in Guild#applicationId
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user