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

# Welcome, Goodbye & Boost Messages

> Greet new members, say goodbye to leavers, and thank boosters.

All greeting commands require **Manage Messages**. Messages support a wide variable system (see the bottom of this page).

## Welcome

| Command                                | Description                                      |
| -------------------------------------- | ------------------------------------------------ |
| `,welcome create <#channel> <message>` | Sets the welcome channel and message.            |
| `,welcome remove`                      | Disables the welcome message.                    |
| `,welcome test`                        | Sends a test welcome using yourself as the user. |

## Goodbye

| Command                                | Description                           |
| -------------------------------------- | ------------------------------------- |
| `,goodbye create <#channel> <message>` | Sets the goodbye channel and message. |
| `,goodbye remove`                      | Disables it.                          |
| `,goodbye test`                        | Sends a test goodbye.                 |

## Boost messages

| Command                              | Description             |
| ------------------------------------ | ----------------------- |
| `,boost create <#channel> <message>` | Sets the boost message. |
| `,boost remove`                      | Disables it.            |

## Variables

Use these placeholders inside any greeting message:

* **User:** `{user}`, `{user.name}`, `{user.display_name}`, `{user.mention}`, `{user.id}`, `{user.tag}`, `{user.avatar}`, `{user.created_at}`, `{user.joined_at}`, `{user.account_age}`, `{user.join_position}`, `{user.banner}`, `{user.accent_color}`, `{user.is_booster}`, `{user.is_bot}`
* **Server:** `{server}`, `{server.name}`, `{server.id}`, `{server.member_count}`, `{server.boost_count}`, `{server.booster_count}`, `{server.verification_level}`, `{server.created_at}`, `{server.icon}`, `{server.banner}`
* **Channel:** `{channel}`, `{channel.name}`, `{channel.id}`, `{channel.mention}`
* **Time:** `{time}`, `{timestamp}`, `{unix}`, `{time.12h}`, `{time.24h}`, `{date}`
* **Misc:** `{random.user}`, `{random.number}`, `{role.default}`, `{role.booster}`, `{join.ordinal}`, `{join.count_format}`, `{boost_count}`, `{total_boosts}`
