> ## Documentation Index
> Fetch the complete documentation index at: https://docs.miona.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Boost Messages

> Send a message when a member boosts your server

Boost messages are special announcements sent whenever a member boosts your server. Miona allows you to create fully customizable boost messages, making it easy to celebrate and show appreciation for those who support your community.

💬 You can personalize these messages with text, images, or embeds, adding a unique touch to each boost. It's a great way to thank your boosters 🙌 and highlight their contribution, encouraging others to join in too!

<Frame caption="📸 Example Boost message">
  <img src="https://mintcdn.com/miona/T-Ii_MvXcsOpaOcQ/images/boost/example-boost.png?fit=max&auto=format&n=T-Ii_MvXcsOpaOcQ&q=85&s=fa5a7511144c8992afe1e2266905c137" alt="Example Boost message" width="676" height="266" data-path="images/boost/example-boost.png" />
</Frame>

<Note>
  Boost messages require a `System Messages Channel` and the option `Send a message when someone boosts this server` enabled in your server settings.

  <img src="https://mintcdn.com/miona/T-Ii_MvXcsOpaOcQ/images/boost/boost-message-requirement.png?fit=max&auto=format&n=T-Ii_MvXcsOpaOcQ&q=85&s=50b42264d22a1c22e988646fcd6055c9" alt="Server settings" width="965" height="412" data-path="images/boost/boost-message-requirement.png" />

  This channel doesn’t need to be visible to everyone — only the bot must have permission to read messages in it.
</Note>

## 🚀 How to Set It Up

First, create your boost message by using the following command:

```sh theme={null}
/boost setmessage
```

Once you run this, the built-in editor will open so you can start customizing your message.

<Frame caption="📝 Editing boost message with built-in editor">
  <img src="https://mintcdn.com/miona/T-Ii_MvXcsOpaOcQ/images/boost/editing-boost.png?fit=max&auto=format&n=T-Ii_MvXcsOpaOcQ&q=85&s=d0f16077282ed09ff2dd6592102d4df3" alt="Editing boost message with built-in editor" width="957" height="424" data-path="images/boost/editing-boost.png" />
</Frame>

Use the buttons to update message properties. For example, click **Edit basic information** to modify the embed title, description, color, and more.

<Note>
  Changes made in the built-in editor are saved automatically.
</Note>

Next, set the channel where the boost message will be sent:

```sh theme={null}
/boost setchannel <channel>
```

✅ You can test your boost message anytime using:

```sh theme={null}
/boost test
```

## ❌ How to Disable Boost Messages

To disable boost messages, simply run:

```sh theme={null}
/boost removechannel
```

## 🧠 Variables

You can view the list of available variables [here](/variables).
