cordlr-cleverbot
v0.2.0
Published
Cordlr cleverbot plugin
Downloads
7
Readme
cordlr-cleverbot
Cordlr cleverbot plugin
Installation
$ cordlr install cordlr-cleverbot
Then add it to your config.
{
"plugins": [
"cordlr-cleverbot"
],
"cleverbot": {
"scope": ["mention", "command"], // How should the bot be triggered, by command, message, or both
"mention": true, // Should the bot mention the user when replying back
"typing": true // Should the bot act as if it is typing a response
}
}
Usage
cleverbot <message>
or it can be used via mention if it is enabled
@botname <message>
License
MIT © Sean Wilson