Home Commands Terms & Privacy Add to Discord

Variables

Access Discord data in your tags

args 🔗

{args}

Returns the arguments/text passed after the tag name.

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

Information about mentioned/targeted user. Same attributes as user.

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.