Overview
Flareβs Welcome module sends automated messages when members join, leave, or boost your server. Messages support rich dynamic variables and can attach saved embeds for beautiful, branded greetings.Configuration
All greet types (welcome, leave, boost) share the same subcommand structure:
- Welcome Messages
- Leave Messages
- Boost Messages
welcomemsg, wlcmManage Guild
Using Variables in Messages
You can make your greet messages dynamic using Variables:{user}β Mentions the user{user_name}β Username{user_avatar}β Avatar URL{server_name}β Server name{server_membercount}β Total member count
Attaching Saved Embeds
Instead of plain text, you can attach a beautifully designed embed to your welcome message using the{embed: name} syntax.
1
Create a Saved Embed
2
Attach it to Welcome
3
Test It
Additional Greet Features
Autorole
Automatically assign a role to new members on join:Join Ping (Timed Greet)
Ghost-ping a new member in a specific channel, then delete the ping after a delay:Troubleshooting
Welcome messages aren't sending
Welcome messages aren't sending
- Ensure the module is enabled (
/welcome config). - Ensure Flare has
Send MessagesandEmbed Linkspermissions in the welcome channel. - Check that a message is actually set (
/welcome configshows the current message).
Variables showing as raw text
Variables showing as raw text
You likely misspelled the variable. Use
/variables to see the full list of supported placeholders.