- User
- Guild
- Channel
- Date & Time
- Server (legacy)
- Leveling
- Boost
- Functions
| Variable | Output |
|---|---|
{user} | Mentions the user (<@ID>) |
{user.mention} | Mentions the user (<@ID>) |
{user.name} | Username |
{user.id} | User ID |
{user.tag} | Username (same as name in new Discord) |
{user.avatar} | Global avatar URL |
{user.display_avatar} | Server avatar (falls back to global) |
{user.guild_avatar} | Server avatar (falls back to global) |
{user.display_name} | Server nickname or username |
{user.joined_at} | Date the member joined the server |
{user.joined_at_timestamp} | Unix timestamp of join date |
{user.created_at} | Account creation date |
{user.created_at_timestamp} | Unix timestamp of account creation |
{user.boost} | Yes or No — is the member boosting? |
{user.boost_since} | Date they started boosting |
{user.boost_since_timestamp} | Unix timestamp of boost start |
{user.color} | Highest role color as hex |
{user.top_role} | Highest role name |
{user.role_list} | All roles as mentions |
{user.bot} | Yes or No — is the user a bot? |
{user.join_position} | Member join position (number) |
{user.join_position_suffix} | Join position with suffix (1st, 2nd…) |