mirror of
https://github.com/sern-handler/templates
synced 2026-06-06 01:16:58 +00:00
fix: Add message content intent (discord deceived me)
This commit is contained in:
@@ -6,6 +6,7 @@ const client = new Client({
|
||||
GatewayIntentBits.Guilds,
|
||||
GatewayIntentBits.GuildMembers,
|
||||
GatewayIntentBits.GuildMessages,
|
||||
GatewayIntentBits.MessageContent, // Make sure this is enabled for text commands!
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user