cordlr-define
v0.1.0
Published
Cordlr word definition plugin
Downloads
2
Readme
cordlr-define
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