subDesTagesMitExtraKaese пре 1 месец
родитељ
комит
6084187e14
1 измењених фајлова са 1 додато и 1 уклоњено
  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()