From 428acd532570dc2db2ba68c753e0def5362efe17 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 22 Aug 2025 15:58:17 -0700 Subject: [PATCH] fix: clean up intents --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 6767d82..7792ebf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -17,8 +17,6 @@ import { logger } from "./utils/logger.js"; const serenya = new Client({ intents: [ GatewayIntentBits.Guilds, - GatewayIntentBits.GuildMessages, - GatewayIntentBits.MessageContent, ], });