From 5cb3ad14e8501961c2684498682bfb4e0fb016ff Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 5 Nov 2016 16:57:52 -0400 Subject: Make emojis and members stateful. --- discord/channel.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'discord/channel.py') 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 ---------- -- cgit v1.2.3