From 7e58c2999385707bf02ae7e1b629f565f835ba4b Mon Sep 17 00:00:00 2001 From: kira0x1 Date: Thu, 18 Nov 2021 00:25:23 +0300 Subject: [PATCH] Fix discord intents --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 0e5a9c2c..d99312d5 100644 --- a/src/app.ts +++ b/src/app.ts @@ -17,7 +17,7 @@ logger.info( // Instantiate discord.js client export const client = new Client({ - intents: ['GUILD_MESSAGES', 'GUILD_VOICE_STATES', 'DIRECT_MESSAGES'], + intents: ['GUILDS', 'GUILD_MESSAGES', 'GUILD_VOICE_STATES', 'DIRECT_MESSAGES'], presence: { activities: [ {