Send or Edit a Message
The Send or Edit a Message action lets you send a message or edit an already existing message with content, embeds, or components.
Message Builder
The Message Builder allows you to create a message for your bot to send when the action is ran. Your message must have either content, valid embeds, or components.
Message Content
Embeds
Embeds are a stylish way to show content with your bot. Below you may find information on each part of an embed.
Author
Basic Fields
Embed Color
Fields
Fields are a type of content you can add right below the description of your embed. You can add up to 25 fields per embed, and give each one a name and a value
Click "Add Field" in your embed's settings to add a new field. Below you may find a list of all settings you can use for your field.
Images
Footer
Time
Other
Response Type
The send or edit a message action offers multiple response types, which allow you to decide where and how your message should be sent. There are 4 categories of response types, all of them are listed and explained below.
Reply to the command
The message will simply reply to the command / event or the most recent interaction.
Reply to a specific message
The message will reply to a specific message and ping the author of the message it replies to.
Channel ID
Message ID
Send the message to the channel the command was used in
The message will be sent to the channel where the command was used in, the event was triggered in or the last interaction was triggered in.
Optional Variable
You can copy the variable by clicking the clipboard icon in the section right below the optional variable field.
Adding Components
In order to add a button or select menu to your message, you must click on either of the buttons on your "Send or Edit a Message" action block.
Adding a Button
Adding a Select Menu
Requirements and Limits
Inside of your message, there are requirements and limits that Discord has in place. Your message must follow these requirements and limits in order for it to function properly.
General
Your message must include valid message content, an embed, or a component in order for your message to send.
Message
You may only have up to 10 embeds on your message.
The total number of characters in the title, description, field.name, field.value, footer.text, and author.name fields across all embeds in a message must not go above 6000 characters.
When adding an embed, at least one of the following fields is required: title, description, or author.
If you have a footer icon, you must have footer text.
If you have a author icon, you must have a author text.
Each embed field requires a title and some content.
Single spaces cannot bypass any of the requirements listed above.
Components
You can only have up to 5 action rows.
You can only have up to 5 buttons per row.
You can only have 1 select menu per row.
You can't have a select menu and a button in the same row.
Last updated