From 819c6ac5b303f4aa30a2840be1ecc862268227de Mon Sep 17 00:00:00 2001 From: Chaotischer Date: Tue, 10 Mar 2026 00:02:16 +0100 Subject: [PATCH] bot.js aktualisiert --- bot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.js b/bot.js index 887a266..ed4915f 100644 --- a/bot.js +++ b/bot.js @@ -2278,6 +2278,7 @@ async function updateSanctionPanel(client) { } } + // Bot einloggen (erst nachdem DB initialisiert wurde) initDB().then(() => { client.login(process.env.BOT_TOKEN);