Browse Source

fix: missing applied_tags param on overloads

pull/10166/head
DA-344 2 weeks ago
parent
commit
8fc329d4bf
  1. 1
      discord/channel.py

1
discord/channel.py

@ -2852,6 +2852,7 @@ class ForumChannel(discord.abc.GuildChannel, Hashable):
files: Sequence[File] = ..., files: Sequence[File] = ...,
allowed_mentions: AllowedMentions = ..., allowed_mentions: AllowedMentions = ...,
mention_author: bool = ..., mention_author: bool = ...,
applied_tags: Sequence[ForumTag] = ...,
view: LayoutView, view: LayoutView,
suppress_embeds: bool = ..., suppress_embeds: bool = ...,
reason: Optional[str] = ..., reason: Optional[str] = ...,

Loading…
Cancel
Save