serenity
HomeCommandsStatusEmbed BuilderFAQ
  • Introduction
  • Get started
    • Welcome & Leave
      • Setting up Welcome
      • Setting up Leave
      • Setting up JoinDM
    • Moderation Setup
    • Lastfm
  • Security Setup
    • Antinuke
      • antinuke rolecreate
      • antinuke roledelete
      • antinuke editrole
      • antinuke giverole
      • antinuke channelcreate
      • antinuke channeldelete
      • antinuke kick
      • antinuke ban
      • antinuke massmention
      • antinuke newaccounts
      • antinuke spammer
      • antinuke botadd
    • Automod
      • Filter Invites
      • Filter Words
      • Filter Joins
    • Fake Permissions
  • Server Setup
    • Roles
      • Reaction Roles
      • Booster Roles
      • Button Roles
    • VoiceMaster
    • Counters
    • Tickets
    • Starboard
  • Embeds
    • Content in Embeds
      • Parameters
      • Variables
    • Writing Embed Code
    • Using Webhooks
    • Pagination
  • Miscellaneous
    • Antinuke Punishments
    • Fake Permissions
    • Donator Perks
    • Website
    • Support Server
Powered by GitBook
On this page
  • User Related Variables
  • Guild Related Variables
  • Ticket Related Variables
  • LastFm Related Variables
  • Levels Related Variables
  • Punishments Related Variables
  1. Embeds
  2. Content in Embeds

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

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

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

PreviousParametersNextWriting Embed Code

Last updated 4 months ago