cordlr-cleverbot

Cordlr cleverbot plugin

Usage no npm install needed!

<script type="module">
  import cordlrCleverbot from 'https://cdn.skypack.dev/cordlr-cleverbot';
</script>

README

cordlr-cleverbot NPM version Build Status

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