aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 82d1e3aa..6d3956c6 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