From fbc744d5c133b61e135a05d3bcba14a20bde6cbc Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 7 Apr 2024 12:57:24 +0200 Subject: [PATCH] Reforma --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 6abd034..af6f96e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,6 +19,7 @@ const client = new Client({ console.log("Datenbank verbindung Hergestellt!"); eventHandler(client) + client.login(process.env.TOKEN); } catch (error) { console.log("Es gab einen Fehler: " + error);