mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-19 04:48:19 +00:00
Add textBasedChannel.bulkDelete()
This commit is contained in:
@@ -6,6 +6,7 @@ class ActionsManager {
|
||||
|
||||
this.register('MessageCreate');
|
||||
this.register('MessageDelete');
|
||||
this.register('MessageDeleteBulk');
|
||||
this.register('MessageUpdate');
|
||||
this.register('ChannelCreate');
|
||||
this.register('ChannelDelete');
|
||||
|
||||
Reference in New Issue
Block a user