Separately delay ready event for each shard

This commit is contained in:
Lilly Rose Berner
2022-04-25 08:01:46 +02:00
committed by GitHub
parent 89eb86ecdc
commit 2dbf14bb72
5 changed files with 86 additions and 89 deletions

View File

@@ -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()