mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
Added Guild Deletion
This commit is contained in:
@@ -12,6 +12,7 @@ class ActionsManager {
|
||||
this.register('ChannelCreate');
|
||||
this.register('ChannelDelete');
|
||||
this.register('ChannelUpdate');
|
||||
this.register('GuildDelete');
|
||||
}
|
||||
|
||||
register(name) {
|
||||
|
||||
Reference in New Issue
Block a user