From b44bba6ee6e29b38d1e579c602821582e155ec3b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 12 May 2017 20:14:34 -0400 Subject: First pass at documentation reform. --- discord/member.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'discord/member.py') 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 -- cgit v1.2.3