Placeholders
Tokens you drop into welcome, leave and ticket messages that Rimpllee swaps out for real values like the member's name or your server's member count.
Placeholders are short tokens wrapped in curly braces, like {user_name}. Wherever you write one in a welcome, leave or ticket message, Rimpllee replaces it with the matching real value when the message is sent. They're what makes a greeting feel personal instead of generic.
Server placeholders
These work in join and leave messages — see Join messages and Leave messages.
- {user_mention}
- Mentions the member (@user).
- {user_name}
- The member's username, with no @.
- {user_tag}
- The member's full tag, username#discriminator.
- {user_id}
- The member's Discord ID.
- {user_avatar}
- A URL to the member's avatar image.
- {guild_name}
- The name of your server.
- {member_count}
- The total number of members in the server.
Example
“Welcome {user_mention} to {guild_name} — you're our {member_count}th member!” becomes a real mention, your server's name and a live count when it posts.
Ticket placeholders
These extra tokens are available only inside a button's welcome message — the first message Rimpllee posts when a ticket opens. Set that message up under Buttons & categories. All the server placeholders above work here too.
- {channel}
- Mentions the ticket channel itself.
- {category}
- The label of the button or category the ticket was opened from.
Where each group works
Server placeholders work in join and leave messages. The {channel} and {category} tokens only mean something inside a ticket, so they're reserved for a button's welcome message.