Update Client documentation.

This commit is contained in:
Khazhismel 2016-10-02 14:06:31 -07:00
parent 18a9b75990
commit adf74eef76

View File

@ -123,7 +123,7 @@ class Client:
email email
The email used to login. This is only set if login is successful, The email used to login. This is only set if login is successful,
otherwise it's None. otherwise it's None.
gateway ws
The websocket gateway the client is currently connected to. Could be None. The websocket gateway the client is currently connected to. Could be None.
loop loop
The `event loop`_ that the client uses for HTTP requests and websocket operations. The `event loop`_ that the client uses for HTTP requests and websocket operations.