diff --git a/discord/channel.py b/discord/channel.py index c3b5d6101..204bba8cd 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -2225,6 +2225,7 @@ class ForumChannel(discord.abc.GuildChannel, Hashable): 'name': name, 'auto_archive_duration': auto_archive_duration or self.default_auto_archive_duration, 'rate_limit_per_user': slowmode_delay, + 'type': 11, # Private threads don't seem to be allowed } with handle_message_parameters(