Parser implementation might vary until considered stable
Matched command. This will always be the actual command, excluding preceeding slash and @botname
Examples:
/command abc -> command
/command@xyzbot abc -> command
The unparsed payload part of the command
Examples:
/command abc def -> "abc def"
/command "token1 token2" -> "\"token1 token2\""
Generated using TypeDoc
Command args parsed into an array.
Examples: