From ad9312f5077032ed32e9ec48bd44e3bed072bcfb Mon Sep 17 00:00:00 2001 From: tippfehlr Date: Sun, 10 Mar 2024 00:01:02 +0100 Subject: [PATCH] perf: remove unneeded intents --- src/modules/bot.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/bot.ts b/src/modules/bot.ts index 9cd441f..2e27532 100644 --- a/src/modules/bot.ts +++ b/src/modules/bot.ts @@ -22,8 +22,6 @@ export const client = new Discord.Client({ intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildPresences, - GatewayIntentBits.GuildMessages, - GatewayIntentBits.DirectMessages ] });