Getting Started with Buttons
Last updated
Was this helpful?
Last updated
Was this helpful?
First, I recommend checking out the and in our documentation. Click to see all of the button's documentation.
To add a button or buttons to a command we need to set it up a little like this. ****
Find all the possible components for the payload .
You can find all options for "type" . Find all the options for "style" . "label" is the name of the button that will be shown. The "custom_id" is the id of the specific button to be accessed later, we will address this more later.
Adding multiple rows of buttons looks a little like this. ****