aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhazhismel <[email protected]>2016-10-02 14:06:31 -0700
committerKhazhismel <[email protected]>2016-10-02 14:06:49 -0700
commitadf74eef76b15a054eea435ab3eb530e8882606a (patch)
treec1a7689304f100a4a3be0340381d02464343d316
parentFix Permissions.manage_emojis bit being incorrect. (diff)
downloaddiscord.py-adf74eef76b15a054eea435ab3eb530e8882606a.tar.xz
discord.py-adf74eef76b15a054eea435ab3eb530e8882606a.zip
Update Client documentation.
-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.