From 2e2350806d9f17afecc5cc304cd862c1e24a202d Mon Sep 17 00:00:00 2001 From: Isaac Date: Fri, 2 Sep 2022 19:59:00 +0100 Subject: [PATCH] Revert "Update index.js" This reverts commit 3b165bad137c05e1aad819aa8d138831c05416e1. --- src/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/index.js b/src/index.js index b4f00f7..a3b866b 100644 --- a/src/index.js +++ b/src/index.js @@ -113,8 +113,7 @@ class Bot extends Client { Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MEMBERS, Intents.FLAGS.GUILD_MESSAGES, - Intents.FLAGS.GUILD_MESSAGE_REACTIONS, - Intents.FLAGS.MESSAGE_CONTENT, + Intents.FLAGS.GUILD_MESSAGE_REACTIONS ], partials: [ 'CHANNEL', @@ -215,4 +214,4 @@ class Bot extends Client { } -new Bot(); +new Bot(); \ No newline at end of file