mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +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:
|
if wait:
|
||||||
return await request.wait()
|
return await request.wait()
|
||||||
return request.get_future()
|
return await request.get_future()
|
||||||
|
|
||||||
async def _chunk_and_dispatch(self, guild, unavailable):
|
async def _chunk_and_dispatch(self, guild, unavailable):
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user