Browse Source

Miscellaneous documentation fixes.

pull/53/head
Rapptz 9 years ago
parent
commit
31fd5023f1
  1. 2
      discord/client.py
  2. 2
      docs/api.rst

2
discord/client.py

@ -1221,7 +1221,7 @@ class Client(object):
At the moment, the Discord API allows you to set the colour to any
RGB value. This will change in the future so it is recommended that
you use the constants in the :class:`Colour` instead such as
:attr:`Colour.NAVY_BLUE`.
:meth:`Colour.green`.
:param server: The :class:`Server` the role belongs to.
:param role: The :class:`Role` to edit.

2
docs/api.rst

@ -156,7 +156,7 @@ to handle it, which defaults to print a traceback and ignore the exception.
Called whenever a :class:`Member` changes their status or game playing status.
:param server: The :class:`Member` who has had their status changed.
:param member: The :class:`Member` who has had their status changed.
.. function:: on_channel_delete(channel)
on_channel_create(channel)

Loading…
Cancel
Save