Skip to content

seanc/cordlr-define

Repository files navigation

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

About

Cordlr word definition plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published