How to delete reply of an interaction that caused my interaction after 3 seconds?
I have a message with a button, when that button is clicked it sends another ephemeral message with another button. How do I delete the message that was sent by the previous interaction, when the last button so clicked after 3+ seconds.
How do I delete message 2 once I press No. I tried using interaction.deferReply and interaction.deferUpdate already. interaction.deleteReply() (also in combination with interaction.deleteReply()) does not work, it gives me an unknown webhook error.
How do I delete message 2 once I press No. I tried using interaction.deferReply and interaction.deferUpdate already. interaction.deleteReply() (also in combination with interaction.deleteReply()) does not work, it gives me an unknown webhook error.

