buttonClick Event
Last updated
Was this helpful?
Last updated
Was this helpful?
When someone clicks on a button or uses a dropdown, it will fire an event called 'buttonClick'.
We can reply when a button is clicked using .reply()
.
If needed, you are able to add embeds, flags, attachments, and type in the reply. Check .
We can edit the original message that had the buttons using .update()
.
If needed, you are able to add embeds, flags, attachments, and type in the reply. Check .
Here is an example of how to check for button IDs and how to handle them. ****
Here is an example of how to check for dropdown information and how to handle them. ****