mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-13 01:09:50 +00:00
Fix documentation warnings.
This commit is contained in:
parent
6981c51e0a
commit
f018895f2c
@ -1160,7 +1160,7 @@ class Client(object):
|
||||
|
||||
This function **replaces** all roles that the member has.
|
||||
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]``.
|
||||
|
||||
:param member: The :class:`Member` to replace roles for.
|
||||
|
Loading…
x
Reference in New Issue
Block a user