mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Start work on adding reaction support
This commit is contained in:
@@ -6,6 +6,8 @@ class ActionsManager {
|
||||
this.register('MessageDelete');
|
||||
this.register('MessageDeleteBulk');
|
||||
this.register('MessageUpdate');
|
||||
this.register('MessageReactionAdd');
|
||||
this.register('MessageReactionRemove');
|
||||
this.register('ChannelCreate');
|
||||
this.register('ChannelDelete');
|
||||
this.register('ChannelUpdate');
|
||||
|
||||
Reference in New Issue
Block a user