Add an Interaction Response Type to delete message #3499
Unanswered
A5rocks
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes people need to delete the message a component was on. However, there is no good way to do this.
At the moment I can think of three work-arounds, all flawed:
This does not work because not every application using interactions has a bot account.
Requires state + tokens expire.
type
6
or7
, and then use the delete original message route.This is subobtimal for a couple reasons:
Not guaranteed by Discord. Just like howI am told that actually, this is guaranteed.type
4
/5
don't work for this, Discord could break6
/7
at any time.Instead of using those, having a dedicated response type for this would easily solve this problem.
Beta Was this translation helpful? Give feedback.
All reactions