Resources

you can escape a placeholder or function via a backslash \ before your placeholder. this way, the placeholder will not replace (e.g. \{user}).

  • you can escape a placeholder or function via a backslash \ before your placeholder. this way, the placeholder will not replace (e.g. \{user}).

✎ placeholder list

a bit confused on what a placeholder is? check out our beginner guide on using simple placeholders.

♪ user / author information

  • advanced usage: user information can all be extended into a function to swap the user target of the information. for example, {user_balance:395526710101278721} would provide balance of that specific user id.

  • this means that {user_balance:[$1]} can provide the user balance of the first argument. for more information, read advanced ii: using user arguments in placeholders.

variable
example
description

{user}

@iara

the user's @mention

{user_name}

iara

the user's username

{user_id}

395526710101278721

the user's id

{user_nick}

iara c:

the member's nickname in the server, if applicable

{user_joindate}

Wed, Aug 15, 2018 2:32 AM

the date of when the member joined the server

{user_createdate}

Wed, Dec 27, 2017 10:41 AM

the date of when the user joined discord

{user_displaycolor}

#ffdfdf

the member's hex color when chatting

{user_boostsince}

Wed, Mar 17, 2021 7:13 PM

the date the member has been boosting the server since (if they're not a booster, it'll say "Not a Booster")

{user_balance}

21983

the member's balance

{user_balance_locale}

21,983

the member's balance but with locale (comma separator)

{user_item:}

{user_item:apple} = 1 × apple

shows the user's quantity & name of a specified item

{user_item_count:}

{user_item_count:apple} = 1

shows the quantity of a specified item

{user_inventory}

1 × apple 2 × banana

shows the user's entire inventory

♪ server general information

variable
example
description

{server_name}

= DISTURBED =

the server's name

{server_id}

1046608376584474684

the server's id

Last updated