cordlr-mdn
v0.1.2
Published
Cordlr mdn plugin
Downloads
7
Readme
cordlr-mdn
Cordlr mdn plugin
Installation
$ cordlr install cordlr-mdn
Then add it to your config.
{
"plugins": [
"cordlr-mdn"
],
"mdn": {
"format": "**{{title}}**:\n{{description}}\n{{url}}", // How to format the response
"unknown": "Couldn't find anything for query `{{query}}`", // What do we do if there wasn't anything returned back
"max": "1", // How many results to return, to return all use 'Infinity', default 1
"code": false // Should we sent it in a code block
}
}
License
MIT © Sean Wilson