aboutsummaryrefslogtreecommitdiff
path: root/discord/permissions.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/permissions.py')
-rw-r--r--discord/permissions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/permissions.py b/discord/permissions.py
index 12434c78..f72f27f5 100644
--- a/discord/permissions.py
+++ b/discord/permissions.py
@@ -258,7 +258,7 @@ class Permissions:
def manage_channels(self):
"""Returns True if a user can edit, delete, or create channels in the guild.
- This also corresponds to the "manage channel" channel-specific override."""
+ This also corresponds to the "Manage Channel" channel-specific override."""
return self._bit(4)
@manage_channels.setter
@@ -453,7 +453,7 @@ class Permissions:
def manage_roles(self):
"""Returns True if a user can create or edit roles less than their role's position.
- This also corresponds to the "manage permissions" channel-specific override.
+ This also corresponds to the "Manage Permissions" channel-specific override.
"""
return self._bit(28)