3 Replies
Im trying to use the button handler and im running into some problems
the button component:
the button is created on my help command and when clicked I want it to delete the interaction but it does not know which interaction message to delete. How can i find it?
the
interaction
is the button press but you want to edit the original interaction, not the button interaction, so you use interaction.message
ah i see