mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
Minor refactor of Actions
This commit is contained in:
@@ -4,9 +4,7 @@ class GuildEmojiDeleteAction extends Action {
|
||||
handle(emoji) {
|
||||
const client = this.client;
|
||||
client.dataManager.killEmoji(emoji);
|
||||
return {
|
||||
emoji,
|
||||
};
|
||||
return { emoji };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user