mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +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)
|
* The ID of the application that created this guild (if applicable)
|
||||||
* @type {?string}
|
* @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.
|
* 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