Command ID.
Only exists if type is FlagType.Continue.
Whether or not to ignore permission checks.
Only exists if type is FlagType.Continue.
Message to handle.
Only exists if type is FlagType.Retry.
The rest of the arguments. If this is not set, the argument handler will automatically use the rest of the content.
Only exists if type is FlagType.Continue.
Order waiting time .
Only exists if type is FlagType.Timeout.
The type of flag.
The extra data for the failure.
Only exists if type is FlagType.Fail.
Static
cancelStatic
continueCreates a flag that runs another command with the rest of the arguments.
Command ID.
Whether or not to ignore permission checks.
The rest of the arguments. If this is not set, the argument handler will automatically use the rest of the content.
Static
failStatic
isStatic
retryCreates a flag that retries with another input.
Message to handle.
Static
timeout
Represents a special return value during command execution or argument parsing.