> For the complete documentation index, see [llms.txt](https://documentation.botghost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.botghost.com/custom-commands-and-events/actions/legacy-reply-actions.md).

# \[LEGACY] Reply Actions

{% hint style="danger" %}
While the action blocks below are still available for use in all commands and events, they are considered old and have been replaced by the [Send or Edit a Message](/custom-commands-and-events/actions/message-actions/send-or-edit-a-message.md) action block. We advise you to use the [Send or Edit a Message](/custom-commands-and-events/actions/message-actions/send-or-edit-a-message.md) block instead, which offers more functionalities and possibilities for your message.
{% endhint %}

{% hint style="warning" %}
If you cannot see the blocks below in your actions list, disable the [Hide Legacy Reply Actions](/custom-commands-and-events/command-and-event-builder/advanced-options.md#general) setting.
{% endhint %}

<table><thead><tr><th data-type="content-ref">Block</th><th>Information</th></tr></thead><tbody><tr><td><a href="/custom-commands-and-events/actions/legacy-reply-actions/plain-text-reply.md">Plain Text Reply</a></td><td>The plain text reply action allows you to send a plain message to the current channel, or edit a existing one.</td></tr><tr><td><a href="/custom-commands-and-events/actions/legacy-reply-actions/embed-reply.md">Embed Reply</a></td><td>The embed reply action allows you to send a embed message to the current channel, or edit a existing one.</td></tr><tr><td><a href="/custom-commands-and-events/actions/legacy-reply-actions/random-reply.md">Random Reply</a></td><td>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.</td></tr><tr><td><a href="/custom-commands-and-events/actions/legacy-reply-actions/send-a-message-to-a-channel.md">Send a message to a channel </a></td><td>The send a message to a channel action allows you to send a plain or embed message to a specific channel.</td></tr><tr><td><a href="/custom-commands-and-events/actions/legacy-reply-actions/direct-message-a-user.md">Direct Message a User</a></td><td>The direct message a user action allows you to send a plain or embed message to a specific user.</td></tr><tr><td><a href="/custom-commands-and-events/actions/legacy-reply-actions/send-a-message-with-attached-buttons.md">Send a Message with attached buttons</a></td><td>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.</td></tr><tr><td><a href="/custom-commands-and-events/actions/legacy-reply-actions/send-a-message-with-a-select-menu.md">Send a message with a select menu</a></td><td>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.</td></tr></tbody></table>
