$editButton
$editButton
will edit an existing button.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
customId | string | The custom ID of the button you wish to edit. | true |
label | string | The text that will be displayed on the button as label. | true |
style | string | The button style. | true |
disabled? | boolean | Make the button unusable/disabled? 1. true 2. false (default) | false |
emoji? | string | The emoji displayed in the button. | false |
messageId? | number | The Id of the message. | true |
channelId? | number | The channel Id of where the message is located. | true |
Button Types
Name | Value | Color | |
---|---|---|---|
Primary | 1 | blurple | $addButton[1;Example Button!;primary;customID;false] |
Secondary | 2 | grey | $addButton[1;Example Button!;secondary;customID;false] |
Success | 3 | green | $addButton[1;Example Button!;success;customID;false] |
Danger | 4 | red | $addButton[1;Example Button!;danger;customID;false] |
Link | 5 | grey, navigates to a URL | $addButton[1;Example Button!;link;https://discord.gg;false] |
Custom Emoji | any | any | $addButton[1;Example Button!;link;customID;false;emojiName/emojiId/emojiString] |
Unicode Emoji | any | any | $addButton[1;Example Button!;link;customID;false;😀] |
Example(s)
This adds a primary and link button to the bot’s message: