diff --git a/server/src/core/discord.ts b/server/src/core/discord.ts index fda1b78..9078fa5 100644 --- a/server/src/core/discord.ts +++ b/server/src/core/discord.ts @@ -4,10 +4,6 @@ const client = new Client({ intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildVoiceStates, - GatewayIntentBits.GuildMembers, - GatewayIntentBits.GuildMessages, - GatewayIntentBits.GuildPresences, - GatewayIntentBits.MessageContent, ], });