serenity
2 min read

Variables

Variables you can use inside of embeds.

VariableOutput
{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
VariableOutput
{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
VariableOutput
{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
VariableOutput
{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

| |

VariableOutput
{level}Shows level you reached to
{target_xp}Show new target xp amount you have to reach
VariableOutput
{swear.word}Shows the word that was triggered
{swear.count}Shows how often they have said that word
{swear.total}Shows how often they have sworn in total
{swear.count.plural}An s, unless that word count is exactly 1
{swear.total.plural}An s, unless the total is exactly 1
VariableOutput
{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

Last edited