mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
Capitalise ID in Guild#applicationId
This commit is contained in:
parent
f1c4ef659e
commit
bef0523ebf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue