mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
Может не будем создавать дудос машину?
This commit is contained in:
parent
eb988c091f
commit
8f8265d7ea
1 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,8 @@ class BotiCordWebsocket:
|
||||||
_logger.error("Token is invalid.")
|
_logger.error("Token is invalid.")
|
||||||
return
|
return
|
||||||
|
|
||||||
_logger.info("Disconnected from BotiCord. Reconnecting...")
|
_logger.info("Disconnected from BotiCord. Reconnecting in 1 second...")
|
||||||
|
await asyncio.sleep(1)
|
||||||
|
|
||||||
await self.connect()
|
await self.connect()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue