fix: clean up intents

This commit is contained in:
2025-08-22 15:58:17 -07:00
parent bedecc118c
commit 428acd5325
-2
View File
@@ -17,8 +17,6 @@ import { logger } from "./utils/logger.js";
const serenya = new Client({ const serenya = new Client({
intents: [ intents: [
GatewayIntentBits.Guilds, GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
], ],
}); });