Browse Source

All guilds require chunking if opting into it

pull/5849/head
Rapptz 5 years ago
parent
commit
3df269daa3
  1. 3
      discord/state.py

3
discord/state.py

@ -769,9 +769,6 @@ 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

Loading…
Cancel
Save