Fix TypeError in chunker
This commit is contained in:
parent
a601cf43ab
commit
cb43e19bea
@ -747,7 +747,7 @@ class ConnectionState:
|
||||
|
||||
async def _chunk_and_dispatch(self, guild, unavailable):
|
||||
chunks = list(self.chunks_needed(guild))
|
||||
await self.chunker(guild)
|
||||
await self.chunker(guild.id)
|
||||
if chunks:
|
||||
try:
|
||||
await utils.sane_wait_for(chunks, timeout=len(chunks))
|
||||
|
Loading…
x
Reference in New Issue
Block a user