diff --git a/discord/client.py b/discord/client.py index 82d1e3aab..6d3956c63 100644 --- a/discord/client.py +++ b/discord/client.py @@ -135,7 +135,7 @@ class Client: # These two events correspond to the two events necessary # for a connection to be made self._voice_data_found = asyncio.Event(loop=self.loop) - self._session_id_found = asyncio.Event(loop=self.loop) + self._session_id_found = asyncio.Event(loop=self.loop) # internals