cordlr-define

0.1.0 • Public • Published

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i cordlr-define

    Weekly Downloads

    2

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • programmatical