Overview

Variables

Dynamic variables you can use inside custom messages, flag reasons, and log templates.

Variables are replaced at send time with live values. Wrap them in curly braces exactly as shown.

CommandDescription
{user}Mention of the target user.
{user.id}The target user's Discord ID.
{user.tag}The target's username and discriminator.
{server}The current server name.
{server.id}The current server ID.
{moderator}The staff member running the command.
{reason}The reason supplied to the command.
{category}The flag category, e.g. Hateful Username.
{date}The current date and time.

Tip

Unknown variables are left untouched, so a typo like {usr} will appear literally in the output — always preview templates before saving.

Last modified on August 19, 2026