cordlr-cleverbot
Version:
Cordlr cleverbot plugin
39 lines (29 loc) • 866 B
Markdown
> Cordlr cleverbot plugin
```sh
$ cordlr install cordlr-cleverbot
```
Then add it to your config.
```js
{
"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
}
}
```
```
cleverbot <message>
```
or it can be used via mention if it is enabled
```
@botname <message>
```
MIT © [Sean Wilson](https://imsean.me)