|
@ -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. |
|
|