diff --git a/templates/typescript/src/index.ts b/templates/typescript/src/index.ts index 12a2ce0..220b133 100644 --- a/templates/typescript/src/index.ts +++ b/templates/typescript/src/index.ts @@ -6,6 +6,7 @@ const client = new Client({ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildMessages, + GatewayIntentBits.MessageContent //Make sure this is enabled for text commands! ], });