Text Command Option
Represents a Discord input of a text command.
Properties
The executable command this parameter is from.
The name of this option in the command/aggregator.
The executable this option is from.
Example input for the text command option, displayed on the "Example" part of the built-in help command.
Whether this option's value can be null
.
Whether this option's value can be omitted.
Whether this option's value can either be omitted or null
Whether this option's resolver supports quotes.
Whether this option's value is required.
Whether this option is part of vararg parameter.
A parameter from either the command function, or from an aggregation function.
The aggregated parameter this option is from.
Functions
Returns a help example for this option, from this option's TextParameterResolver.