Home Commands Terms & Privacy Add to Discord

Variables

Access Discord data in your tags

args 🔗

{args}

Classic tags only: returns the raw arguments/text passed after the tag name. Slash tag options are seeded separately.

{args} - All arguments/text
{args(1)} - First word (index 1)
{args(2)} - Second word (index 2)
{args(3+)} - All words from position 3 onwards
{args(+2)} - First 2 words (up to position 2)

author / user 🔗

{author} or {user}

Information about the tag invoker.

{user(id)} - User ID
{user(name)} - Username
{user(nick)} - Nickname
{user(mention)} - User mention
{user(avatar)} - Avatar URL
{user(created_at)} - Account creation timestamp
{user(joined_at)} - Server join timestamp
{user(color)} - Role color hex

target 🔗

{target} / {member}

Information about the mentioned target or resolved object. In classic tags this is usually the first mention; in slash tags it can be a user or message target.

{target(id)} - Target user or message ID
{target(name)} - Target username or message author
{target(mention)} - Mention string for a user target
{target(avatar)} - Avatar URL for a user target
{target(created_at)} - Joined or message creation timestamp
{member(name)} - Alias for the target member in classic tags
{target_id} - Target user or message ID (slash tags)
{message(content)} - Message content when a message object is targeted in slash tags

server / guild 🔗

{server}

Server information.

{server(id)} - Server ID
{server(name)} - Server name
{server(icon)} - Server icon URL
{server(member_count)} - Member count
{server(created_at)} - Server creation timestamp
{server(owner)} - Server owner mention

channel 🔗

{channel}

Channel information.

{channel(id)} - Channel ID
{channel(name)} - Channel name
{channel(mention)} - Channel mention
{channel(topic)} - Channel topic
{channel(created_at)} - Channel creation timestamp

uses 🔗

{uses}

Returns the number of times the tag has been used.