Command Parsing Configuration
@Serializable
Class for configuration of command parsing parameters
Constructors
Properties
Link copied to clipboard
Separator between the command and parameters.
Link copied to clipboard
Separator between the parameters
Link copied to clipboard
Separator between key and value of parameter
Link copied to clipboard
If this flag is enabled, if there is a space in the command, parser will treat this as the end of the command and start parsing parameters
Link copied to clipboard
Use bot's identifier to match commands containing @, helpful in matching chat commands. By default, it's just omitted.