Server Configuration
Greet & Farewell
Customizable welcome and goodbye embeds with rich placeholders for member and server data.
Welcome Messages#
Configure a fully customizable welcome embed that fires whenever a new member joins your server. Use the interactive builder to set the title, description, color, footer, author, thumbnail, image, and more — all with live preview.
ℹ
Requires Administrator permission. You must run
!greet setup before setting a channel or testing the message.!greetConfigure welcome messages for new membersAdministratorSyntax
!greet <setup|reset|channel|test|config|autodelete|edit>Examples
!greet setup!greet channel #welcome!greet test| Subcommand | Description |
|---|---|
| !greet setup | Open the interactive embed builder for your welcome message |
| !greet reset | Remove the current welcome configuration entirely |
| !greet channel #ch | Set the channel where welcome messages are sent |
| !greet test | Send a test welcome message to the configured channel |
| !greet config | View the current welcome configuration summary |
| !greet autodelete <time> | Auto-delete welcome messages after a set time (e.g. 30s, 2m) |
| !greet edit | Modify an existing welcome message using the interactive builder |
Farewell Messages#
Configure a farewell embed that fires whenever a member leaves or is removed from your server. Works identically to the greet system with the same embed builder and placeholders.
!farewellConfigure farewell messages for members who leaveAdministratorSyntax
!farewell <setup|reset|channel|test|config|autodelete|edit>Examples
!farewell setup!farewell channel #goodbye!farewell test| Subcommand | Description |
|---|---|
| !farewell setup | Open the interactive embed builder for your farewell message |
| !farewell reset | Remove the current farewell configuration entirely |
| !farewell channel #ch | Set the channel where farewell messages are sent |
| !farewell test | Send a test farewell message to the configured channel |
| !farewell config | View the current farewell configuration summary |
| !farewell autodelete <time> | Auto-delete farewell messages after a set time (e.g. 30s, 2m) |
| !farewell edit | Modify an existing farewell message using the interactive builder |
Available Placeholders#
Use these placeholders inside any embed field — title, description, footer, author, or message content. They are replaced with live data when the embed is sent.
| Placeholder | Description |
|---|---|
| {user} | Mentions the user (e.g. @4nks) |
| {user_avatar} | The user's avatar URL — use in thumbnail or image fields |
| {user_name} | The user's username |
| {user_id} | The user's Discord ID |
| {user_nick} | The user's server nickname (falls back to username) |
| {user_joindate} | The date the user joined the server |
| {user_createdate} | The date the user's account was created |
| {server_name} | The server's name |
| {server_id} | The server's ID |
| {server_membercount} | The server's current member count |
| {server_icon} | The server's icon URL — use in thumbnail or image fields |
ℹ
You can use
{server_icon} and {user_avatar} in URL fields like thumbnail, image, author icon, and footer icon.