mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-19 04:48:19 +00:00
I think I got ChannelUpdate working??
This commit is contained in:
@@ -11,6 +11,7 @@ class ActionsManager {
|
||||
this.register('MessageUpdate');
|
||||
this.register('ChannelCreate');
|
||||
this.register('ChannelDelete');
|
||||
this.register('ChannelUpdate');
|
||||
}
|
||||
|
||||
register(name) {
|
||||
|
||||
Reference in New Issue
Block a user