Mataru
matarudocs

Server Configuration

Greet & Farewell

Customizable welcome and goodbye embeds with rich placeholders for member and server data.

DocumentationServer ConfigurationGreet & Farewell

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 membersAdministrator
Syntax!greet <setup|reset|channel|test|config|autodelete|edit>
Examples
!greet setup!greet channel #welcome!greet test
SubcommandDescription
!greet setupOpen the interactive embed builder for your welcome message
!greet resetRemove the current welcome configuration entirely
!greet channel #chSet the channel where welcome messages are sent
!greet testSend a test welcome message to the configured channel
!greet configView the current welcome configuration summary
!greet autodelete <time>Auto-delete welcome messages after a set time (e.g. 30s, 2m)
!greet editModify 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 leaveAdministrator
Syntax!farewell <setup|reset|channel|test|config|autodelete|edit>
Examples
!farewell setup!farewell channel #goodbye!farewell test
SubcommandDescription
!farewell setupOpen the interactive embed builder for your farewell message
!farewell resetRemove the current farewell configuration entirely
!farewell channel #chSet the channel where farewell messages are sent
!farewell testSend a test farewell message to the configured channel
!farewell configView the current farewell configuration summary
!farewell autodelete <time>Auto-delete farewell messages after a set time (e.g. 30s, 2m)
!farewell editModify 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.

PlaceholderDescription
{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.