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

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