From 9b71a083311a10c1500a3a73c85144bcbd98850e Mon Sep 17 00:00:00 2001 From: Ali Hammoud Date: Tue, 7 Jul 2026 14:50:17 +0300 Subject: [PATCH] feat: remove unused piviliged intents --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 676618f..67d0308 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,8 +7,7 @@ const client = new Client({ GatewayIntentBits.Guilds | GatewayIntentBits.GuildMessages | GatewayIntentBits.MessageContent | - GatewayIntentBits.GuildModeration | - GatewayIntentBits.GuildMembers, + GatewayIntentBits.GuildModeration, }); loadEvents(client);