Create an event "Interaction Dismissed" #4679
-
Currently there isn't anyway to know if the user dismissed an ephemeral message, not even an error or an event. Through this discussion I suggest that when the user that created the interaction clicks in "Dismiss message", the API emits an event. Then it's possible to handle some problems. Practical example
In this example we can get an idea that this event would be important, since the bot can't handle this "problem". |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Often, Discord cannot tell if a user has dismissed the notification. For example if they lose internet connectivity. |
Beta Was this translation helpful? Give feedback.
-
we have no plans to build something like this at this time. it would be quite a lot of complexity to behave consistently and it's probably better to just have a timeout on your side. |
Beta Was this translation helpful? Give feedback.
we have no plans to build something like this at this time. it would be quite a lot of complexity to behave consistently and it's probably better to just have a timeout on your side.