From 27cc972f19d0ccfa790c5c5e3dfd5665882974a7 Mon Sep 17 00:00:00 2001 From: Franz Rolfsvaag Date: Sun, 10 Aug 2025 20:45:08 +0200 Subject: [PATCH] Added version verbose on startup --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index ce2357d..f7cd0a7 100644 --- a/bot.py +++ b/bot.py @@ -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: