-
-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add applied_tags parameter to Webhook.send() #2322
Conversation
Docs should be fine now, will approve after testing the parameter myself just in case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the parameter should accept a list of ForumTag
s too to mirror the one in ForumChannel.create_thread
. Could use a type of list[Snowflake | ForumTag]
and then take IDs from the tag objects.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll implement the suggestion I made earlier in a different pull request, thanks.
Summary
Added applied_tags parameter to Webhook.send(), allowing for forum channel tags to be applied through a webhook.
Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.