mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
Added GuildUpdate handling, and setting guilds details
This commit is contained in:
@@ -13,6 +13,7 @@ class ActionsManager {
|
||||
this.register('ChannelDelete');
|
||||
this.register('ChannelUpdate');
|
||||
this.register('GuildDelete');
|
||||
this.register('GuildUpdate');
|
||||
this.register('UserUpdate');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user