0.1.0 • Published 8 years ago

cordlr-define v0.1.0

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

cordlr-define NPM version Build Status

Cordlr word definition plugin

Installation

$ cordlr install cordlr-define

Then add it to your config.

{
  "plugins": [
    "cordlr-define"
  ],
  "define": {
    "format": "```{{word}} | {{partofspeech}}\n\t{{definition}}```" // How should list entries be formatted,
    "unknown": "No definitions found for the word `{{query}}`" // How should we reply if no definitions can be found.
    "max": 3 // How many definitions should we send, use 'all' to send all available ones
  }
}

Usage

define <word>

License

MIT © Sean Wilson