fix: Make message content intent allowed

This commit is contained in:
Jacob Nguyen
2022-06-02 22:14:04 -05:00
committed by GitHub
parent 48bac4a321
commit da2edde753

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!
],
});