always restart bot in case of crash

This commit is contained in:
yuki 2025-10-08 17:33:46 -03:00
parent faf5648f57
commit ba5442d854

View file

@ -20,4 +20,4 @@ async def on_ready(params):
print(f"Logged in as {bot.account.username}")
await bot.init_db()
bot.run()
bot.run(restart_always = True)