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