Reference

Placeholder reference

Variables you can use in welcome cards and other text.

These placeholders are substituted at render time. They work in welcome card text (headline, subtitle, message), and any other text-based config that mentions placeholder support.

{user}
The new member's username (no @, no mention).
{username}
Same as {user}.
{server}
Server name.
{guild}
Same as {server}.
{count}
Current member count.
{members}
Same as {count}.
{mention}
Discord mention syntax. In text content, this actually pings. In images, renders as @username text.
Pings

Auditer sets allowedMentions correctly so {mention} in welcome message text actually fires a notification to the new member.