Skip to content

Commit de71f4c

Browse files
authored
feat: GuildForum supports webhook (#1720)
Signed-off-by: retr0-init <146389702+retr0-init@users.noreply.github.com>
1 parent 369a291 commit de71f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/models/discord/channel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2399,7 +2399,7 @@ async def close_stage(self, reason: Absent[Optional[str]] = MISSING) -> None:
23992399

24002400

24012401
@attrs.define(eq=False, order=False, hash=False, kw_only=True)
2402-
class GuildForum(GuildChannel, InvitableMixin):
2402+
class GuildForum(GuildChannel, InvitableMixin, WebhookMixin):
24032403
available_tags: List[ThreadTag] = attrs.field(repr=False, factory=list)
24042404
"""A list of tags available to assign to threads"""
24052405
default_reaction_emoji: Optional[DefaultReaction] = attrs.field(repr=False, default=None)

0 commit comments

Comments
 (0)