From bef79d427e6ed75716951a25b071279fca2485f8 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Fri, 21 Oct 2022 20:36:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Start=20critical=20handlers?= 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 3d1cefe..57a693b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,6 +19,7 @@ const main = async () => { // Create command collection client.commands = new Collection(); + // Start critical handlers await scheduleStart(client); await eventRegister(client); await commandRegister(client);