mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
add some missing properties (#978)
* add premium to profile * add other missing stuff
This commit is contained in:
@@ -114,6 +114,12 @@ class Guild {
|
||||
*/
|
||||
this.features = data.features;
|
||||
|
||||
/**
|
||||
* The ID of the application that created this guild (if applicable)
|
||||
* @type {?string}
|
||||
*/
|
||||
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.
|
||||
* @type {Collection<string, Emoji>}
|
||||
|
||||
Reference in New Issue
Block a user