Browse Source
Add missing permission in clone documentation
pull/5817/head
Duck
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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 |
|
|
|