Custom Greetings
Send personalized welcome messages when new members join, complete with invite information and embed support.
Overview
Custom greetings let you welcome new members with a message that includes who invited them, their invite count, and other dynamic information. Messages can be plain text or rich embeds with colors, images, and fields.
Available Variables
Use these variables in your greeting message. They'll be replaced with real values when a member joins.
| Variable | Output |
|---|---|
{user} | Mentions the new member |
{user.name} | The member's username |
{user.tag} | The member's full tag (e.g. User#1234) |
{inviter} | Mentions the person who invited them |
{inviter.name} | The inviter's username |
{invites} | The inviter's total invite count |
{invites.regular} | Regular invite count |
{invites.bonus} | Bonus invite count |
{invites.fake} | Fake invite count |
{invites.left} | Left invite count |
{server} | The server name |
{server.members} | Total member count |
Example Message
{user} has been invited by {inviter} and now has {invites} invites.
📊 Regular: {invites.regular} · Bonus: {invites.bonus} · Fake: {invites.fake} · Left: {invites.left}
📊 Regular: {invites.regular} · Bonus: {invites.bonus} · Fake: {invites.fake} · Left: {invites.left}
Commands
| Command | Description |
|---|---|
/invite settings channel | Set the channel for greeting messages |
/invite settings message | Set the greeting message template |
/invite settings toggle | Enable or disable greeting messages |
/invite settings test | Send a test greeting message |