mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
feat(Guild): add support for premium/boosting (#3332)
Backports:
PR: #3316
Commit: c87758086b
This commit is contained in:
@@ -62,6 +62,13 @@ class Emoji {
|
||||
*/
|
||||
this.animated = data.animated;
|
||||
|
||||
/**
|
||||
* Whether this emoji is available
|
||||
* @type {boolean}
|
||||
* @name Emoji#available
|
||||
*/
|
||||
if (typeof data.available !== 'undefined') this.available = data.available;
|
||||
|
||||
this._roles = data.roles;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user