-
-
Notifications
You must be signed in to change notification settings - Fork 467
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 suppress
and allowed_mentions
parameters
#2138
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2138 +/- ##
==========================================
- Coverage 33.88% 33.86% -0.02%
==========================================
Files 109 109
Lines 22343 22360 +17
==========================================
+ Hits 7571 7573 +2
- Misses 14772 14787 +15
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
Head branch was pushed to by a user without write access
Signed-off-by: Dorukyum <[email protected]>
Summary
Adds
suppress
andallowed_mentions
parameters toInteractionResponse.edit_message
.Also adds
suppress
parameter for editing messages using webhooks.The
suppress_embeds
flag andallowed_mentions
are supported forInteractionResponse.edit_message
https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-messagesThe
suppress_embeds
flags is undocumented for editing message by webhooks, but it works.Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.