-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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(InteractionResponses): support with_response query parameter #10499
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
We'll wait for #10488 before this one lands. |
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 see the interaction callback resource contains any message created. If this is a good enough alternative to options.fetchReply
, I say we should deprecate it.
packages/discord.js/src/structures/InteractionCallbackResponse.js
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10499 +/- ##
==========================================
+ Coverage 35.48% 35.49% +0.01%
==========================================
Files 228 228
Lines 14308 14303 -5
Branches 1254 1254
==========================================
Hits 5077 5077
+ Misses 9187 9182 -5
Partials 44 44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Please resolve conflicts! |
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.
Please resolve conflicts!
packages/discord.js/src/structures/InteractionCallbackResponse.js
Outdated
Show resolved
Hide resolved
packages/discord.js/src/structures/interfaces/InteractionResponses.js
Outdated
Show resolved
Hide resolved
packages/discord.js/src/structures/interfaces/InteractionResponses.js
Outdated
Show resolved
Hide resolved
packages/discord.js/src/structures/interfaces/InteractionResponses.js
Outdated
Show resolved
Hide resolved
packages/discord.js/src/structures/interfaces/InteractionResponses.js
Outdated
Show resolved
Hide resolved
a598257
to
111b3dd
Compare
packages/discord.js/src/structures/interfaces/InteractionResponses.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Jiralite <[email protected]>
packages/discord.js/src/structures/interfaces/InteractionResponses.js
Outdated
Show resolved
Hide resolved
packages/discord.js/src/structures/interfaces/InteractionResponses.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Jiralite <[email protected]>
Please describe the changes this PR makes and why it should be merged:
Closes #10498
/core done in #10512
Upstream: discord/discord-api-docs#7106
Status and versioning classification: