Skip to main content

Variables

Ticket-specific variables available in opening embeds and custom messages.
You can use variables:
  • in plain message content
  • inside embeds
  • inside conditional blocks
You can also use standard variables from the scripting variables page such as {user.mention}, {server.name}, and more.

Variable Reference

Timestamps come in three forms. The plain form (e.g. {ticket.opened_at}) renders as a full Discord timestamp. .raw gives the unix integer. .short gives a short date.

Quick Tips

  • {ticket.creator.*} and {ticket.author.*} always refer to the same member.
  • {ticket.claimer} and {ticket.closer} are blank until those events occur — use them in close messages, not opening embeds.
  • Transcript variables are only available after close. Use them in log channel embeds or DM messages.
  • Wrap conditional content in {if ...}{/if} to show it only when a variable has a value.