Add missing permission in clone documentation

This commit is contained in:
Duck 2020-09-11 09:55:26 +01:00 committed by GitHub
parent 4ccd9c1591
commit ddc4ad24f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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