From 0e945915b766991c5008077575def82a72e0d7ff Mon Sep 17 00:00:00 2001 From: Steve C Date: Thu, 10 May 2018 03:34:13 -0400 Subject: Fixes various documentation errors/inconsistencies Mostly dealing with permissions, also fixes Raw Events inclusion. --- discord/role.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/role.py') diff --git a/discord/role.py b/discord/role.py index 6cb79c69..3e35d8af 100644 --- a/discord/role.py +++ b/discord/role.py @@ -204,7 +204,7 @@ class Role(Hashable): Edits the role. - You must have the :attr:`Permissions.manage_roles` permission to + You must have the :attr:`~Permissions.manage_roles` permission to use this. All fields are optional. @@ -265,7 +265,7 @@ class Role(Hashable): Deletes the role. - 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