diff options
Diffstat (limited to 'discord/abc.py')
| -rw-r--r-- | discord/abc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py index 64ddaa62..be2c9b21 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -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` |