Browse Source

Add missing permission in clone documentation

pull/5817/head
Duck 5 years ago
committed by GitHub
parent
commit
ddc4ad24f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      discord/abc.py

3
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

Loading…
Cancel
Save