1.2.0 • Published 8 years ago

cordlr-help v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

cordlr-help NPM version Build Status

Cordlr help plugin

Installation

$ cordlr install cordlr-help

Then add it to your config.

{
  "plugins": [
    "cordlr-help"
  ],
  "help": {
    "format": "Command: {{command}}\n\tUsage: {{prefix}}{{usage}}", // How should the list be formatted
    "scope": ["channel"], // Where should the bot send the list
    "unknown": "Command {{command}} does not exist" // How should the bot respond if a specific command cannot be found
  },
}

Usage

help [command]

License

MIT © Sean Wilson

1.2.0

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.0

8 years ago