From bf80a4e50fd970996fc4d1f941cd4551440e04c2 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Fri, 21 Oct 2022 20:40:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Start=20main=20process?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 57a693b..b6d54c9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,4 +28,5 @@ const main = async () => { await client.login(process.env.DISCORD_TOKEN); }; +// Start main process main();