Evelina
HomeStatusCommandsFAQInviteSupport Server
  • Overview
    • Introduction
    • Donator Perks
  • Security Setup
    • Antinuke
      • Role creation
      • Role deletion
      • Role editing
      • Role giving
      • Role locking
      • Channel creation
      • Channel deletion
      • Kick
      • Ban
      • Bot adding
    • Join Gate
    • Moderation
    • Auto Moderation
      • Invite
      • Words
      • Spamming
      • Repeat
    • Fake Permissions
  • Server Configuration
    • Roles
      • Vanity Roles
      • Booster Roles
      • Reaction Roles
      • Button Roles
    • Messages
      • System Messages
      • Auto Responders
      • Auto Messages
      • Button Messages
    • Logging
    • Starboard
    • VoiceMaster
    • Level Rewards
    • Bump Reminder
    • Reaction Triggers
    • Command Aliases
  • Miscellaneous
    • Music
    • Tickets
    • Counters
    • Webhook
    • Giveaway
    • Invite Tracker
  • Economy
    • General
  • Business
  • Laboratory
  • Company
  • Cards
  • Games
  • Integrations
    • Last.fm
  • Social Notifications
  • Resources
    • Syntax
    • Scripting
      • Embeds
      • Variables
      • Pagination
    • Permissions
    • Punishments
  • Common Issues
    • iOS Dash
    • Server Removal
Powered by GitBook
On this page
  • User Related Variables
  • Guild Related Variables
  • Lastfm Related Variables
  • Levels Related Variables
  • Invite Tracker Related Variables
  • Ticket Related Variables
  • Punishments Related Variables
  1. Resources
  2. Scripting

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

Variable
Output

{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

Variable
Output

{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

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

Variable
Output

{artist.name}

Shows the artist name

{lower(artist.name)}

Shows artist name in lowercase

{artist.url}

Shows the artist lastfm url

{artist.plays}

Shows the artist plays on your account

Variable
Output

{album.name}

Shows the album name

{lower(album.name)}

Shows album name in lowercase

{album.url}

Shows the album lastfm url

{album.plays}

Shows the album plays on your account

Variable
Output

{username}

Shows your lastfm username

{useravatar}

Shows your lastfm avatar

{scrobbles}

Shows total number of songs scrobbled on your account

{lastfm.color}

Shows main color of lastfm logo

{lastfm.emoji}

Shows lastfm logo emoji

Levels Related Variables

Variable
Output

{level}

Shows level you reached to

{target_xp}

Show new target xp amount you have to reach

Invite Tracker Related Variables

Variable
Output

{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

Variable
Output

{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

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

{duration}

Shows duration for mute/jail

{appeal.url}

Show appeal url of the punishment

{case.id}

Show case id of the punishment

PreviousEmbedsNextPagination

Last updated 7 days ago