Deleting Ephemeral Messages
Is there any sort of way to reply to an interaction privately and then delete the reply?
7 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ā
Marked as resolved by OPEvery interaction response should be deleted with
await interaction.deleteReply()
Can I do it to ephemeral replies?
Yes.
HOLY HECK IT WORKED! @chewie š THANK YOU KING!
The inability to delete ephemeral messages prior has plagued me for months!
ā¤ļø