# \[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](https://botghost.com/docs/custom-commands-and-events/actions/message-actions/send-or-edit-a-message "mention") action block. We advise you to use the [send-or-edit-a-message](https://botghost.com/docs/custom-commands-and-events/actions/message-actions/send-or-edit-a-message "mention") 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](https://botghost.com/docs/command-and-event-builder/advanced-options#general) setting.
{% endhint %}

<table><thead><tr><th data-type="content-ref">Block</th><th>Information</th></tr></thead><tbody><tr><td><a href="legacy-reply-actions/plain-text-reply">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="legacy-reply-actions/embed-reply">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="legacy-reply-actions/random-reply">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="legacy-reply-actions/send-a-message-to-a-channel">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="legacy-reply-actions/direct-message-a-user">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="legacy-reply-actions/send-a-message-with-attached-buttons">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="legacy-reply-actions/send-a-message-with-a-select-menu">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>
