Skip to main content

List of variables

Member

The member who used the component, command or form.

Server

Miscellaneous

Message Components

Select Menu

Form

Command

Slash command

User command

Use target to access properties from the target user.
Same properties as for member, eg. {{ target.id }} or {{ target.mention }}

Message command

Filters

You can apply filters to modfiy certain variables. For example use the timestamp filter on this variable {{ member.created_at | timestamp: "R" }} to display it as a relative timestamp. You can add multiple filters to the same variable, by adding another | symbol followed by the next filter.