Variables
All available variables within evelina.
These variables are accessible throughout evelina and can be used in any command context which contains a message
or embed code
parameter (e.g. welcome
, leave
& goodbye
)
User Related Variables
{user.id}
Only users id
{user.name}
Only users name
{user.nick}
Only users nickname
{user.display}
Only users display name
{user.mention}
Mentions the user
{user.discriminator}
Only users discriminator
{user.avatar}
Only users avatar
{user.guild.avatar}
Only users guild avatar
{user.joined_at}
Joined date in timestamp format
{user.created_at}
Creation date in timestamp format
Guild Related Variables
{guild.id}
Only guild id
{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
Lastfm Related Variables
{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
{level}
Shows level you reached to
{target_xp}
Show new target xp amount you have to reach
Invite Tracker Related Variables
{inviter.id}
Only inviter id
{inviter.name}
Only inviter name
{inviter.display}
Only inviter display name
{inviter.mention}
Mentions the inviter
{inviter.avatar}
Only inviters avatar
{inviter.regular_count}
Number of regular invites the inviter has
{inviter.left_count}
Number of left invites the inviter has
{inviter.fake_count}
Number of fake invites the inviter has
{inviter.bonus_count}
Number of bonus invites the inviter has
{inviter.total_count}
Total number of invites the inviter has
Ticket Related Variables
{user.id}
Only ticket user id
{user.name}
Only ticket user name
{support.role}
All ticket support roles
{topic}
Name of the ticket topic
Punishments Related Variables
Only available for ban
, unban
, kick
, mute
, unmute
, jail
, unjail
{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
{duration}
Shows duration for mute/jail
{appeal.url}
Show appeal url of the punishment
Last updated