diff --git a/index.js b/index.js index 6d461a7..7b3dcc5 100644 --- a/index.js +++ b/index.js @@ -7,11 +7,13 @@ const client = new Client({ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.DirectMessages, - GatewayIntentBits.MessageContent + GatewayIntentBits.MessageContent, + GatewayIntentBits.GuildMessageReactions ], partials: [ Partials.Channel, - Partials.Message + Partials.Message, + Partials.Reaction ] }); client.once(Events.ClientReady, readyClient => {