From 2f79a1336ab2aa67132c2bb1e058e9a5d0e88c68 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 10 Jul 2026 02:10:40 +0300 Subject: [PATCH] Remove duplicate ForumChannel._flags slot and fix docstring --- discord/channel.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 discord/channel.py diff --git a/discord/channel.py b/discord/channel.py old mode 100644 new mode 100755 index 8aee381e9..7e06309f2 --- a/discord/channel.py +++ b/discord/channel.py @@ -2451,7 +2451,6 @@ class ForumChannel(discord.abc.GuildChannel, Hashable): 'default_layout', 'default_sort_order', '_available_tags', - '_flags', ) def __init__(self, *, state: ConnectionState, guild: Guild, data: Union[ForumChannelPayload, MediaChannelPayload]): @@ -2569,7 +2568,7 @@ class ForumChannel(discord.abc.GuildChannel, Hashable): @property def flags(self) -> ChannelFlags: - """:class:`ChannelFlags`: The flags associated with this thread. + """:class:`ChannelFlags`: The flags associated with this forum. .. versionadded:: 2.1 """