diff options
Diffstat (limited to 'discord/state.py')
| -rw-r--r-- | discord/state.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/discord/state.py b/discord/state.py index bd7fbdbe..543e8a63 100644 --- a/discord/state.py +++ b/discord/state.py @@ -743,9 +743,6 @@ class AutoShardedConnectionState(ConnectionState): self.dispatch('shard_ready', shard_id) - # sleep a second for every shard ID. - # yield from asyncio.sleep(1.0, loop=self.loop) - # remove the state try: del self._ready_state |