Placeholders
Placeholders allow you to dynamically insert user-specific, inviter-specific, or server-specific information into your messages. Below is a list of placeholders you can use and their descriptions.
Available Placeholders
User-Related Placeholders
-
{mention-user}
: Mentions the user (e.g.,@UserName
). -
{username}
: Displays the username of the user without the discriminator (e.g.,UserName
). -
{user-tag}
: Displays the full tag of the user (e.g.,UserName#1234
).
Server-Related Placeholders
-
{server-name}
: Displays the name of the server. -
{member-count}
: Displays the total number of members in the server, including the user who joined.
Inviter-Related Placeholders
-
{inviter-tag}
: Displays the full tag of the inviter (e.g.,InviterName#5678
). -
{inviter-count}
: Displays the total number of users invited by the inviter, including the new user. -
{inviter-real-count}
: Displays the total number of users invited by the inviter, including the new user. -
{inviter-bonus-count}
: Displays the number of bonus invites.
How to Use Placeholders
Placeholders can be used in welcome messages and embeds, farewell messages and embeds, vanity messages and embeds, and other customizable fields. Simply include the placeholder in your message text, and the bot will replace it with the corresponding data.
Example:
Welcome {mention-user} to {server-name}! You were invited by {inviter-tag}, who has now invited {inviter-count} users!
The bot will process the message as:
Welcome @UserName to MyServer! You were invited by InviterName#5678, who has now invited 15 users!
Conclusion
Placeholders make your messages more dynamic and personalized. Use them creatively to provide a unique user experience in your server.