From f2632d4317751e03c9d7be352d04ce3c9118ba06 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Thu, 28 Jul 2022 16:28:40 +0530 Subject: [PATCH] style: pretty --- 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 28d2783..fc2a2fe 100644 --- a/templates/typescript/src/index.ts +++ b/templates/typescript/src/index.ts @@ -14,7 +14,7 @@ Sern.init({ client, defaultPrefix: '!', // removing defaultPrefix will shut down text commands commands: 'dist/commands', - // events: 'dist/events' (optional), + // events: 'dist/events' (optional), }); client.login();