diff options
Diffstat (limited to 'discord/role.py')
| -rw-r--r-- | discord/role.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |