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 4f9047ea..188d912e 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -123,7 +123,7 @@ class Client:
email
The email used to login. This is only set if login is successful,
otherwise it's None.
- gateway
+ ws
The websocket gateway the client is currently connected to. Could be None.
loop
The `event loop`_ that the client uses for HTTP requests and websocket operations.