mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Added channel.delete()
This commit is contained in:
@@ -10,6 +10,7 @@ class ActionsManager {
|
||||
this.register('MessageDelete');
|
||||
this.register('MessageUpdate');
|
||||
this.register('ChannelCreate');
|
||||
this.register('ChannelDelete');
|
||||
}
|
||||
|
||||
register(name) {
|
||||
|
||||
Reference in New Issue
Block a user