Bowilla's
OWOP API Documentation

Command

This module is for creating chat command groups easily.
This module uses the chat module.

Require it with:

Creating Commands

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

Command arguments are passed to your function as an array that was separated by spaces.
You can modify the way it parses command arguments.

Invalid Command

The command module automatically checks and handles invalid commands.
You can create your own invalid command handler.