Revert all Guild.chunk changes

This method should *not* return a list of members due to the way it is
used internally.
This commit is contained in:
Rapptz
2022-03-07 22:14:38 -05:00
parent e6a87e0782
commit 987e27dfce
2 changed files with 3 additions and 8 deletions

View File

@@ -1073,7 +1073,7 @@ class ConnectionState:
if wait:
return await request.wait()
return await request.get_future()
return request.get_future()
async def _chunk_and_dispatch(self, guild, unavailable):
try: