Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rbxweb.net/llms.txt

Use this file to discover all available pages before exploring further.

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 like {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

Enable Welcome Messages
toggle
Master switch. If off, nothing is sent when a member joins.
Message type
toggle (text / embed)
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.
Channel
channel picker
Destination channel. Required.
Text / embed content
message template
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.
Assign roles on join
toggle + role picker
When enabled, the bot assigns the listed roles to every new member. Up to 10 roles.
The bot’s own role must be positioned above the roles it assigns in Server Settings → Roles, or Discord blocks the assignment.

Goodbye message

Behavior

When a member leaves (or is kicked / banned), the bot sends the configured message to the chosen channel.

Settings

Enable Goodbye Messages
toggle
Master switch.
Message type
toggle (text / embed)
Same template editor as the welcome message.
Channel
channel picker
Destination channel. Required.
Text / embed content
message template
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.

Testing

Save your changes, then have a test account join and leave the server to verify both messages render correctly. You can also use the Preview button in the template editor to see the final rendered embed without triggering a real send.