Added version verbose on startup

This commit is contained in:
Franz Rolfsvaag 2025-08-10 20:45:08 +02:00
parent c540f624af
commit 27cc972f19

1
bot.py
View File

@ -154,6 +154,7 @@ def _install_signal_handlers(loop, bot):
pass
async def main():
print(f"[STARTUP] ShaiWatcher booting to v.{VERSION}")
async with bot:
for ext in extensions:
try: