Skip to main content

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:
Aliases: welcomemsg, wlcm
Required Permission: Manage 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

Use the interactive editor to design your embed with title, description, color, images, and fields.
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

  1. Ensure the module is enabled (/welcome config).
  2. Ensure Flare has Send Messages and Embed Links permissions in the welcome channel.
  3. Check that a message is actually set (/welcome config shows the current message).
You likely misspelled the variable. Use /variables to see the full list of supported placeholders.