Edit Interaction Reply
Hey! I have a slash command that replies with an embed message containing button components. How could I edit the reply of the original reply when the button is pressed?
I'd like to avoid using interaction.message.edit() as it can be a pain permission-wise. Is there a way to use interaction.editReply()?
I'd like to avoid using interaction.message.edit() as it can be a pain permission-wise. Is there a way to use interaction.editReply()?