Browse Source

fix call to smbl main

subDesTagesMitExtraKaese 1 month ago
parent
commit
6084187e14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -91,7 +91,7 @@ async def main():
     asr.load_model()
     while True:
         try:
-            await bot.run()
+            await bot.main()
         except (asyncio.exceptions.TimeoutError, aiohttp.ClientError) as e:
             print(f"Network issue: {e}")
             traceback.print_exc()