Browse Source

Fix documentation warnings.

pull/32/head
Rapptz 10 years ago
parent
commit
f018895f2c
  1. 2
      discord/client.py

2
discord/client.py

@ -1160,7 +1160,7 @@ class Client(object):
This function **replaces** all roles that the member has. This function **replaces** all roles that the member has.
For example if the member has roles ``[a, b, c]`` and the For example if the member has roles ``[a, b, c]`` and the
call is ``client.replace_roles(member, d, e, c)` then call is ``client.replace_roles(member, d, e, c)`` then
the member has the roles ``[d, e, c]``. the member has the roles ``[d, e, c]``.
:param member: The :class:`Member` to replace roles for. :param member: The :class:`Member` to replace roles for.

Loading…
Cancel
Save