fix: Add message content intent (discord deceived me)

This commit is contained in:
Jacob Nguyen
2022-06-02 22:18:36 -05:00
committed by GitHub
parent da2edde753
commit 4e3f12b5dc

View File

@@ -6,6 +6,7 @@ const client = new Client({
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent, // Make sure this is enabled for text commands!
],
});