A type representing sent commands. Any message prefixed with a / is treated as a command, e.g. /help.
/
/help
A canonical representation of the command. This removes excess whitespace.
E.g. /rename room My Room would be represented as /rename room My Room.
/rename room My Room
The room the command was sent to.
The tokenised command. Tokens are split by whitespace.
A type representing sent commands. Any message prefixed with a
/
is treated as a command, e.g./help
.