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.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.
Setup guide
Set the channel
Pick the text channel where Stellar should post join and leave embeds.Both join and exit messages are sent to the same channel.
Set your message text
Write the body text for the join message, then repeat for the exit message.Use
join to set the welcome message and exit to set the leave message.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 message [type] [message]
Sets the body text of the embed for join or exit events. The type parameter accepts join or exit.
/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 toggle [type] [true/false]
Enables or disables join or exit messages individually. Pass true to enable and false to disable.