ParseWabz is a command parser that can be used in discord bots
Refer to test.js for usage. You have to make a new object and give it a json object that contains a prefix and args (you can add them later on parseInput).
There is only 2 methods that are supposed to be used by the user:
getCmdName() parseInput()