From 60bbcc8ecefbd2e109ef0d153a7091a28cca9321 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Thu, 2 Jun 2022 22:20:33 -0500 Subject: [PATCH] style: fix pretteir gh action --- templates/typescript/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! ], });