Skip to main content

Overview

Variables can be used in:
  • Plain message content
  • Inside embeds ($v{...} syntax)
  • Inside conditional blocks ({if ...})
Use {variable.name} syntax anywhere a message field is configurable.

Variable Reference


Guild & Date Variables


Quick Tips

  • Timestamps come in three forms: normal Discord timestamp {ticket.opened_at}, unix {ticket.opened_at.raw}, and short date {ticket.opened_at.short}.
  • Use {ticket.form.field.<key>} for the display value users submitted.
  • Use {ticket.form.field.<key>.raw} when you need the raw stored value or selected ID.
  • ticket.creator.* is an alias for ticket.author.*.
  • Use {ticket.closed_automatically} when you want auto-close-specific wording.
  • Use {ticket.option.required_roles.mentions} in the Required Roles message to show exactly what the member is missing.
  • To make a field appear only sometimes, wrap it in {if ...}{/if}.