feat: v13 guildAuditLogEntryCreate event

#9092 djs
This commit is contained in:
Elysia
2023-02-12 15:52:03 +07:00
parent f28ea5c031
commit 7329a53b34
7 changed files with 64 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ class ActionsManager {
this.register(require('./ChannelCreate'));
this.register(require('./ChannelDelete'));
this.register(require('./ChannelUpdate'));
this.register(require('./GuildAuditLogEntryCreate'));
this.register(require('./GuildBanAdd'));
this.register(require('./GuildBanRemove'));
this.register(require('./GuildChannelsPositionUpdate'));