From 45d600ab27ce3d48f5408c41b8a02e6ece7f3390 Mon Sep 17 00:00:00 2001 From: Emily J Date: Mon, 1 Mar 2021 12:58:11 +1100 Subject: [PATCH] add reactions intent --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 3852abf..663f489 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,8 @@ const client = new Discord.Client({ ws: { intents: [ 'GUILD_EMOJIS', 'GUILD_VOICE_STATES', 'GUILD_MESSAGES', - 'DIRECT_MESSAGES' + 'DIRECT_MESSAGES', + 'GUILD_MESSAGE_REACTIONS', ]}}); try {