From 9b6177ca2383e38616ff95f056ad963f54bbd88a Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 1 Apr 2023 13:42:49 +0300 Subject: [PATCH] fix: request Message Content intent --- backend/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/index.ts b/backend/src/index.ts index 19a5eec4..ed0d4c9e 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -217,6 +217,7 @@ connect().then(async () => { intents: [ // Privileged GatewayIntentBits.GuildMembers, + GatewayIntentBits.MessageContent, // GatewayIntentBits.GuildPresences, // Regular