This module is for creating chat command groups easily.
This module uses the chat module.
Require it with:
To create a command group provide the prefix and color. When you create a command group there are methods attached to it for adding commands.
Command arguments are passed to your function as an array that was separated by spaces.
You can modify the way it parses command arguments.
The command module automatically checks and handles invalid commands.
You can create your own invalid command handler.