From adf74eef76b15a054eea435ab3eb530e8882606a Mon Sep 17 00:00:00 2001 From: Khazhismel Date: Sun, 2 Oct 2016 14:06:31 -0700 Subject: [PATCH] Update Client documentation. --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 4f9047eac..188d912e1 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.