mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Minor refactor of Actions
This commit is contained in:
@@ -15,9 +15,7 @@ class MessageDeleteBulkAction extends Action {
|
||||
}
|
||||
|
||||
if (messages.size > 0) client.emit(Constants.Events.MESSAGE_BULK_DELETE, messages);
|
||||
return {
|
||||
messages,
|
||||
};
|
||||
return { messages };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user