fix: guild intents
Node.js CI / Lint and Test (push) Successful in 39s

This commit is contained in:
2025-10-09 15:05:56 -07:00
parent 595c68deb6
commit 8eb0c19709
+1
View File
@@ -37,6 +37,7 @@ const client = new Client({
GatewayIntentBits.DirectMessages, GatewayIntentBits.DirectMessages,
GatewayIntentBits.MessageContent, GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMessages,
GatewayIntentBits.Guilds,
], ],
partials: [ Partials.Channel ], partials: [ Partials.Channel ],
}); });