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