Variables
Variables you can use inside of embeds.
User Related Variables
| Variable | Output |
|---|---|
| {user.name} | Only user name |
| {user.mention} | Mentions the user |
| {user.id} | Only user ID |
| {user.avatar} | Only user avatar |
| {user.created_at} | Creation date in timestamp format |
| {user.joined_at} | Joined date in timestamp format |
Guild Related Variables
| Variable | Output |
|---|---|
| {guild.name} | Only guild name |
| {guild.icon} | Only guild icon |
| {guild.created_at} | Creation date in timestamp format |
| {guild.count} | Only member count |
| {guild.count.format} | Only guild count in ordinal format |
| {guild.boost_count} | Only guild boost amount |
| {guild.boost_count.format} | Only guild boost amount in ordinal format |
| {guild.booster_count} | Amount of people boosting |
| {guild.booster_count.format} | Amount of people boosting in ordinal format |
| {guild.boost_tier} | Only guild's boost level |
| {guild.vanity} | Only guild vanity |
Ticket Related Variables
| Variable | Output |
|---|---|
| {topic} | Get the topic name if theres one |
| {topic.emoji} | Get the topic emoji |
| {support_role.mention} | Get the mention attribute from the support role |
LastFm Related Variables
| Variable | Output |
|---|---|
| {track.name} | Shows track name |
| {lower(track.name)} | Shows track name in lowercase |
| {track.url} | Shows the track lastfm url |
| {track.image} | Shows the track image |
| {track.plays} | Shows the track’s plays on your account |
| |
Levels Related Variables
| Variable | Output |
|---|---|
| {level} | Shows level you reached to |
| {target_xp} | Show new target xp amount you have to reach |
Punishments Related Variables
| Variable | Output |
|---|---|
| {member.id} | Shows id of the punished member |
| {member.name} | Shows name of the punished member |
| {member.mention} | Shows mention the punished member |
| {member.discriminator} | Shows discriminator of the punished member |
| {member.avatar} | Shows avatar of the punished member |
| {reason} | Shows reason of the punishment |