All guilds require chunking if opting into it
This commit is contained in:
parent
e8e4886fd8
commit
5db9a3551f
@ -763,9 +763,6 @@ class ConnectionState:
|
|||||||
return
|
return
|
||||||
|
|
||||||
# check if it requires chunking
|
# 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:
|
if self._fetch_offline:
|
||||||
asyncio.ensure_future(self._chunk_and_dispatch(guild, unavailable), loop=self.loop)
|
asyncio.ensure_future(self._chunk_and_dispatch(guild, unavailable), loop=self.loop)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user