Message Actions

The command builder offers multiple message actions. They allow you to send reply to the current interaction (command, button, select menu or even event trigger), send messages to a channel or a user or delete / update existing messages. Below you may find some general information about each block. Click on its name for more information.

BlockInformation

The plain text reply action allows you to send a plain message to the current channel, or edit a existing one.

The embed reply action allows you to send a embed message to the current channel, or edit a existing one.

Similiarly to the plain text and embed reply actions, you can use the random reply action to send a random reply to the current channel, or edit an existing one.

The send a message to a channel action allows you to send a plain or embed message to a specific channel.

The direct message a user action allows you to send a plain or embed message to a specific user.

The delete a message action allows you to delete a message or a reply. You can either select one that gets sent through the same command / event or provide a specific message ID.

The pin a message action allows you to pin a message that has been sent with the same command / event.

The send a message with attached buttons action allows you to send a plain text or embed message to the current channel, to a custom channel or to a user with multiple buttons that can be clicked and used to run custom actions.

The send a message with a select menu action allows you to send a plain text or embed message to the current channel, to a custom channel or to a user with a select menu with multiple options that can be clicked to run custom actions.

The send a form action allows you to send to the user who ran a command, clicked a button or a select menu a custom form (also known as modal) in which the user can fill some inputs.

The publish a message action allows you to publish messages sent in announcement channels given their ID.

Last updated