mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Minor refactor of Actions
This commit is contained in:
@@ -36,9 +36,7 @@ class GuildDeleteAction extends Action {
|
||||
guild = this.deleted.get(data.id) || null;
|
||||
}
|
||||
|
||||
return {
|
||||
guild,
|
||||
};
|
||||
return { guild };
|
||||
}
|
||||
|
||||
scheduleForDeletion(id) {
|
||||
|
||||
Reference in New Issue
Block a user