diff --git a/src/index.ts b/src/index.ts index 904055d..6abd034 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,6 @@ 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);