mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
backport: deleted property
This commit is contained in:
@@ -4,6 +4,7 @@ class GuildEmojiDeleteAction extends Action {
|
||||
handle(emoji) {
|
||||
const client = this.client;
|
||||
client.dataManager.killEmoji(emoji);
|
||||
emoji.deleted = true;
|
||||
return { emoji };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user