chore: misc

This commit is contained in:
2026-01-28 12:47:48 +03:00
parent 0ceb92b3be
commit c3e0da7029
4 changed files with 26 additions and 8 deletions

View File

@ -17,7 +17,7 @@ def main() -> None:
scheduler_thread.start()
# Start bot polling
print("Bot is starting...")
print("Bot is starting...", flush=True)
bot.infinity_polling(none_stop=True)