feat(InteractionCreate): move to an Action handler (#5906)

This commit is contained in:
monbrey
2021-06-25 05:42:56 +10:00
committed by GitHub
parent ee025b0558
commit ea49f7ca74
4 changed files with 51 additions and 34 deletions

View File

@@ -17,6 +17,7 @@ class ActionsManager {
this.register(require('./ChannelUpdate'));
this.register(require('./GuildDelete'));
this.register(require('./GuildUpdate'));
this.register(require('./InteractionCreate'));
this.register(require('./InviteCreate'));
this.register(require('./InviteDelete'));
this.register(require('./GuildMemberRemove'));