diff options
Diffstat (limited to 'discord/shard.py')
| -rw-r--r-- | discord/shard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/shard.py b/discord/shard.py index ce2174ac..ea1d3f5b 100644 --- a/discord/shard.py +++ b/discord/shard.py @@ -317,7 +317,7 @@ class AutoShardedClient(Client): def _get_state(self, **options): return AutoShardedConnectionState(dispatch=self.dispatch, - handlers=self._handlers, syncer=self._syncer, + handlers=self._handlers, hooks=self._hooks, http=self.http, loop=self.loop, **options) @property |