mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
backport: deleted property
This commit is contained in:
@@ -22,6 +22,12 @@ class Emoji {
|
||||
*/
|
||||
this.guild = guild;
|
||||
|
||||
/**
|
||||
* Whether this emoji has been deleted
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.deleted = false;
|
||||
|
||||
this.setup(data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user