diff options
| -rw-r--r-- | discord/abc.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py index 85bcd203..369fab3b 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -679,6 +679,9 @@ class GuildChannel: Clones this channel. This creates a channel with the same properties as this channel. + You must have the :attr:`~discord.Permissions.manage_channels` permission to + do this. + .. versionadded:: 1.1 Parameters |