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 """