From a30ad6acf26d09edca09c43c24f5228ece3d8846 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 30 Mar 2021 03:51:06 -0400 Subject: Ignore moving category channels to another category --- discord/abc.py | 1 + 1 file changed, 1 insertion(+) (limited to 'discord/abc.py') 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` -- cgit v1.2.3