mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Minor refactor of Actions
This commit is contained in:
@@ -12,9 +12,7 @@ class MessageReactionRemoveAll extends Action {
|
||||
message._clearReactions();
|
||||
this.client.emit(Constants.Events.MESSAGE_REACTION_REMOVE_ALL, message);
|
||||
|
||||
return {
|
||||
message,
|
||||
};
|
||||
return { message };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user