mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 18:33:02 +00:00
Fix type checker error in Guild.chunk
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user