Removed any match function and allowInfiniteArgs option
Discord:mrdespical
Added a warning message if user tries to register a sub-command without a main command, this message can be ignored and main command won't have any output as expected.
Removed Command#allowInfiniteArgs, now all the commands are taking infinite amount of arguments unless min and max values are set.
Removed any match function. It was a general function that was applying to all unmatched commands so it was limiting the code, now it can be applied for each main command individually.
Now using MessageFormat class to format Command Exceptions instead of using String#format method.