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);