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 |
Last updated