Skip to main content

What flags can I use?

Reminder that these flags won’t work with every command.
FlagExplanationExample
{delete}Delete a message after a certain duration{delete: 1m30s}
{cooldown}Set a cooldown for when a message can trigger{cooldown: 1 minute}
{required}Set the roles required to enter a giveaway{required: @booster, @donator}
{bonus}Set the roles that get a bonus entry{bonus: @booster 3, @donator 5}
{loose}Turn on loose matching for a response trigger{loose}
{reply}Turn on reply mode for a response trigger{reply}
{multiple_choice}Allow a poll to have multiple choices{multiple_choice}
{duration}Set the duration of a poll{duration: 24 hours}

What are flags?

Flags are optional parameters you can use to change how a message or command behaves.
Below is an example how to find what commands support flag usage.

How can I use a flag?

Below is an example of how to use a flag in a command.
Here I use the {delete} flag which will delete the message after 5 seconds.