👋
Welcome & Goodbye
Greet new members (and wave goodbye) with text or rich embeds.
Send a warm welcome when someone joins, a goodbye when they leave, and optionally a DM to new members — as plain text or a styled embed.
Set it up
- 1Open Welcome and flip it on.
- 2Pick the welcome channel.
- 3Write your message, or open the embed editor for a richer card with an image.
Variables
Drop these into any welcome/goodbye text and they fill in automatically:
text
{user} → @NewMember
{server} → Your server's name
{memberCount} → 1,234
{user.avatar} → the member's avatar (in embed image/thumbnail)Plain text example
text
Welcome {user} to {server}.
Read #rules, pick roles in #roles, and say hi in #general.
You are member #{memberCount}.Embed example
json
{
"title": "Welcome to {server}",
"description": "Glad you're here, {user}. Start with #rules and grab your roles.",
"color": "#8B5CF6",
"thumbnailUrl": "{user.avatar}",
"footerText": "Member #{memberCount}"
}Common save/send issues
- If saving shows a validation error, check color format (
#8B5CF6) and remove broken field rows. - If the embed saves but does not send, check Send Messages and Embed Links in the welcome channel.
- If auto roles do not apply, check role hierarchy and whether the role was deleted/recreated.
Tip. Use the live preview in the embed editor to see exactly what members will get before you save.