diff options
| author | Rapptz <[email protected]> | 2017-05-12 20:14:34 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-12 20:14:34 -0400 |
| commit | b44bba6ee6e29b38d1e579c602821582e155ec3b (patch) | |
| tree | 355df44874b3e5f8ee4e825339cb57783e3677ca /discord/member.py | |
| parent | Rename abc.Callable to abc.Connectable. (diff) | |
| download | discord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.tar.xz discord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.zip | |
First pass at documentation reform.
Diffstat (limited to 'discord/member.py')
| -rw-r--r-- | discord/member.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/discord/member.py b/discord/member.py index f249e09d..c5d0f45c 100644 --- a/discord/member.py +++ b/discord/member.py @@ -458,7 +458,7 @@ class Member(discord.abc.Messageable): Moves a member to a new voice channel (they must be connected first). - You must have the :attr:`Permissions.move_members` permission to + You must have the :attr:`~Permissions.move_members` permission to use this. This raises the same exceptions as :meth:`edit`. @@ -478,7 +478,7 @@ class Member(discord.abc.Messageable): Gives the member a number of :class:`Role`\s. - You must have the :attr:`Permissions.manage_roles` permission to + You must have the :attr:`~Permissions.manage_roles` permission to use this. Parameters @@ -505,7 +505,7 @@ class Member(discord.abc.Messageable): Removes :class:`Role`\s from this member. - You must have the :attr:`Permissions.manage_roles` permission to + You must have the :attr:`~Permissions.manage_roles` permission to use this. Parameters |