mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-04 22:42:21 +00:00
Separately delay ready event for each shard
This commit is contained in:
committed by
GitHub
parent
89eb86ecdc
commit
2dbf14bb72
@@ -484,7 +484,6 @@ class Client:
|
||||
self.loop = loop
|
||||
self.http.loop = loop
|
||||
self._connection.loop = loop
|
||||
await self._connection.async_setup()
|
||||
|
||||
self._ready = asyncio.Event()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user