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: