Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
142 changed files with 7314 additions and 22244 deletions
Showing only changes of commit 5db9a3551f - Show all commits

View File

@ -763,12 +763,9 @@ class ConnectionState:
return
# check if it requires chunking
if guild.large:
# since we're not waiting for 'useful' READY we'll just
# do the chunk request here if wanted
if self._fetch_offline:
asyncio.ensure_future(self._chunk_and_dispatch(guild, unavailable), loop=self.loop)
return
if self._fetch_offline:
asyncio.ensure_future(self._chunk_and_dispatch(guild, unavailable), loop=self.loop)
return
# Dispatch available if newly available
if unavailable is False: