diff --git a/templates/javascript/index.js b/templates/javascript/index.js index cfa6b4b..1b630bd 100644 --- a/templates/javascript/index.js +++ b/templates/javascript/index.js @@ -6,6 +6,7 @@ const client = new Client({ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildMessages, + GatewayIntentBits.MessageContent, // Make sure this is enabled for text commands! ], });