Welcome cards
Placeholders and variables
Available variables and how mentions work.
{user}
New member's username. Renders as plain text.
{username}
Same as {user}.
{server}
Server name.
{guild}
Same as {server}.
{count}
Current member count.
{members}
Same as {count}.
{mention}
Discord mention syntax. In the message text: actually pings. In the card image: shows as @username text (cannot ping inside an image).
Where placeholders work#
- Headline text
- Subtitle text
- Message text (the optional content posted alongside the card)
Pings
Use {mention} in the message text field if you want the new member to actually be notified. Auditer sets allowedMentions correctly so the ping fires.