mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 03:00:35 +00:00
Webpack build: c0599587ad3d407e48fe71ee6eda716547e9cc59
This commit is contained in:
parent
5a38db6055
commit
4b446affd6
2 changed files with 2 additions and 2 deletions
|
|
@ -5581,7 +5581,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.
|
||||||
|
|
|
||||||
2
discord.indev.min.js
vendored
2
discord.indev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue