aboutsummaryrefslogtreecommitdiff
path: root/discord/channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/channel.py')
-rw-r--r--discord/channel.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/discord/channel.py b/discord/channel.py
index a3ba99dc..70b0b0b3 100644
--- a/discord/channel.py
+++ b/discord/channel.py
@@ -355,7 +355,8 @@ class TextChannel(abc.MessageChannel, CommonGuildChannel):
Edits the channel.
- You must have the Manage Channel permission to use this.
+ You must have the :attr:`Permissions.manage_channel` permission to
+ use this.
Parameters
----------
@@ -446,7 +447,8 @@ class VoiceChannel(CommonGuildChannel):
Edits the channel.
- You must have the Manage Channel permission to use this.
+ You must have the :attr:`Permissions.manage_channel` permission to
+ use this.
Parameters
----------