Random Reply

The Random Reply action allows you to have your bot respond with a message randomly chosen from the list you provide within the custom builder. The Random Reply action can be used in place of the Chance Condition with reply blocks afterwards - allowing you to condense your custom commands/events.

Response list

In order for the random reply action to work, a response list is required.

For this action to work, it requires at least one response that will always be selected or two responses with a 50% chance of being selected, and so forth.

Responses

Responses from the bot can either be a Plain Text Reply or a Embed Reply. You can switch between these two options with the toggle in the image below.

Plain Text Reply

Content

The content of the action is the actual message that the bot should reply with when the action is triggered. You can use any variable or option in the content of this reply. These can be easily added through the variable selector by clicking the Clipboard button.

Embed Reply

When triggered, the Random Reply responds with an embedded plain text message. All variables and options can be used in the content of the reply.

Author

The author is displayed in the top left of the embed. This can be the author who used the command or any information you wish to display.

Thumbnail URL

You can include a thumbnail embedded into the Embed Reply. This will display in the top right of the Embed.

Title

This is the title you wish to display in your Embed Reply. This will be centered above your Content Block.

Content

The content of the action is the actual message that the bot should reply with when the action is triggered. You can use any variable or option in the content of this reply. These can be easily added through the variable selector by clicking the Clipboard button.

Image URL

This will display an image in full view under the Content Block.

This is the small text at the bottom left of the embed.

Embed URL

This will display the Title of the embed in blue text, you can click this to open an external page or image.

Color

This is the color shown on the Left Side of the Embed Reply.

Response Type

The Random Reply action has three different response types that change how the message of the action is sent.

TypeDescription

Reply to the command

In commands, by selecting this response type your Embed Reply message will be sent as a reply to the command. This will show who used the command and what command triggered the response.

Send a message to a channel

This response type will send the message to either the channel the command was used in or the channel associated with an event in the event builder. By using this response type, the reply will look like a normal message sent by the bot.

Edit a message sent by another action

By selecting this response type you are able to edit the message sent by another action in the command or event tree.

Last updated