bot.js aktualisiert

This commit is contained in:
Chaotischer 2026-03-10 00:02:16 +01:00
parent a197f50f76
commit 819c6ac5b3
1 changed files with 1 additions and 0 deletions

1
bot.js
View File

@ -2278,6 +2278,7 @@ async function updateSanctionPanel(client) {
}
}
// Bot einloggen (erst nachdem DB initialisiert wurde)
initDB().then(() => {
client.login(process.env.BOT_TOKEN);