The bot can post two separate messages: a welcome message when someone joins, and a goodbye message when someone leaves. Both use the same message-template editor (plain text or embed) and both support placeholders likeDocumentation Index
Fetch the complete documentation index at: https://docs.rbxweb.net/llms.txt
Use this file to discover all available pages before exploring further.
{user}, {server}, and {member_count}.
Open Dashboard → Welcome / Bye Message. The two cards (Welcome Message and Goodbye Message) sit side-by-side and are configured independently.
Welcome message
Behavior
When a new member joins the server, the bot sends the configured message to the chosen channel. If role assignment is enabled, the bot also adds the selected roles to the new member.Settings
Master switch. If off, nothing is sent when a member joins.
The template editor lets you pick between a plain-text message or a rich embed. Switch with the mode toggle at the top of the template block.
Destination channel. Required.
Use placeholders like
{user}, {user_name}, {server}, {member_count}. In embed mode you also get title, author, footer, color, image, and fields — each with its own character counter.When enabled, the bot assigns the listed roles to every new member. Up to 10 roles.
Goodbye message
Behavior
When a member leaves (or is kicked / banned), the bot sends the configured message to the chosen channel.Settings
Master switch.
Same template editor as the welcome message.
Destination channel. Required.
Supports the same placeholders.
{user} renders as plain text (since a leaving member can no longer be mentioned); use {user_name} when you want their name.