> For the complete documentation index, see [llms.txt](https://docs.elyxir.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elyxir.dev/features/boost-responder.md).

# Booster Responder

Elyxir has a booster autoresponder feature which allows you to automatically mention your members when they boost your Discord server.

#### OBJECTIVES

* [Configure the Booster Responder](#setup)

<figure><img src="/files/EKxaLwH8DI5cfg3LwP1O" alt=""><figcaption><p>Elyxir will automatically mention anyone who boosts your server!</p></figcaption></figure>

#### REQUIREMENTS

**Premium Tier** and **Deluxe Tier** subscriptions have full functionality access to this feature.

## Setup&#x20;

In order for this function to work, you need to enable the `Send a message when someone boosts this server` option in the Discord Server Settings.

<figure><img src="/files/frXP4yCMADKoXB6sRjZ3" alt=""><figcaption></figcaption></figure>

Then, just use the [`/booster`](/commands/miscellaneous/booster.md) command and then it's configured!

{% hint style="info" %}
**The default `Message` parameter is:**

`Thank you for boosting the server, {member.mention}`
{% endhint %}

## Parameters

Our custom parameters make it easy to customise your notification embed!

{% code lineNumbers="true" %}

```
{member.mention} - Mention the user who boosted the server
{member.tag}     - The username of the member in format User#0000
{member.id}      - The user id who changed their status
{guild.name}     - The server name where the event was triggered
{guild.id}       - The server id where the event was triggered
{member.username}- The username of the member who boosted the server
```

{% endcode %}

To suggest additional parameters, contact us in our [**discord server**](https://discord.gg/elyxir).

<figure><img src="/files/w0cNUBfF7mI2vaNabIc6" alt=""><figcaption><p><a href="https://zap-hosting.com/deluxe"><strong>Click here to be redirected to our affiliate link!</strong></a></p></figcaption></figure>
