cordlr-cleverbot

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i cordlr-cleverbot

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • programmatical