Command details. Note that for message commands, positional arguments are inserted even if
they may not be subcommands or subcommand groups.
example
// A command that looks like this constinput="!myCommand arg1 arg2 arg3"
// Will output this constoutput={ body:{ _: ["arg1","arg2","arg4"], }, command: ["myCommand","arg1","arg2"], }
Because of this ambiguity, the decision of how to treat this behaviour is up to the
programmer later on. Note that this behaviour is properly handled by discord-express.
Arguments and options passed from the command