This commit is contained in:
hydrabolt
2015-09-27 19:48:45 +01:00
parent 626f7eab6b
commit d27638b421
3 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
.. include:: ./vars.rst
Client Documentation
====================
@@ -79,11 +81,11 @@ A `Boolean` that is true if the client is ready. A shortcut to checking if ``bot
servers
~~~~~~~
An `Array` of Server_ objects that the client has access to. Represents the servers the client is in.
An `Array` of Server_ objects that the client has access to.
channels
~~~~~~~~
An `Array` of Channel_ objects that the client has access to. Represents the channels the client can access.
An `Array` of Channel_ objects that the client has access to.
users
~~~~~
@@ -98,10 +100,4 @@ messages
An `Array` of Message_ objects the client has received over its uptime.
Functions
---------
.. _User : #user
.. _ready : #ready
.. _Server : #server
.. _Channel : #channel
.. _Message : #message
---------