mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Fix type checker error in Guild.chunk
This commit is contained in:
parent
4b2c2b231d
commit
ac0e4fabb8
@ -1073,7 +1073,7 @@ class ConnectionState:
|
||||
|
||||
if wait:
|
||||
return await request.wait()
|
||||
return request.get_future()
|
||||
return await request.get_future()
|
||||
|
||||
async def _chunk_and_dispatch(self, guild, unavailable):
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user