Ignore moving category channels to another category

This commit is contained in:
Rapptz
2021-03-30 03:51:06 -04:00
parent b850c9cd5d
commit a30ad6acf2
2 changed files with 6 additions and 0 deletions

View File

@ -751,6 +751,7 @@ class GuildChannel:
category: Optional[:class:`abc.Snowflake`]
The category to move this channel under.
If ``None`` is given then it moves it out of the category.
This parameter is ignored if moving a category channel.
sync_permissions: :class:`bool`
Whether to sync the permissions with the category (if given).
reason: :class:`str`