Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stellarbot.dev/llms.txt

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

Stellar’s welcome message system sends an embed to a designated channel whenever a member joins or leaves your server. You can write separate messages for join and exit events, give each embed its own title, and toggle either type on or off independently — so you can run both simultaneously or just one at a time. All configuration is done through slash commands that require the Manage Server permission.

Setup guide

1

Set the channel

Pick the text channel where Stellar should post join and leave embeds.
/welcome channel [channel]
Both join and exit messages are sent to the same channel.
2

Set your message text

Write the body text for the join message, then repeat for the exit message.
/welcome message join Your welcome message here
/welcome message exit Your goodbye message here
Use join to set the welcome message and exit to set the leave message.
3

Enable the messages

Toggle each message type on when you are ready.
/welcome toggle join true
/welcome toggle exit true
You can enable or disable either type at any time without affecting the other.

Commands

/welcome channel [channel]

Sets the channel where both welcome and leave message embeds are posted. Run this command first — messages cannot be sent until a channel is configured.
/welcome channel #welcome

/welcome message [type] [message]

Sets the body text of the embed for join or exit events. The type parameter accepts join or exit.
/welcome message join Welcome to the server, glad to have you here!
/welcome message exit A member has left the server.

/welcome title [type] [title]

Sets the title that appears at the top of the embed for the specified message type. The type parameter accepts join or exit.
/welcome title join Welcome!
/welcome title exit Goodbye

/welcome toggle [type] [true/false]

Enables or disables join or exit messages individually. Pass true to enable and false to disable.
/welcome toggle join true
/welcome toggle exit false

/welcome status

Displays your current welcome message configuration in an embed, including the channel, enabled states, titles, and message text for both join and exit events.
/welcome status
Last modified on May 6, 2026