From 6d9836eb1181e48763aa1cf4b0bafd0c2359fa3b Mon Sep 17 00:00:00 2001 From: Cesium Date: Wed, 22 Oct 2025 01:38:28 -0400 Subject: [PATCH] of course theres extra stuff to do for that --- index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 => {