widenbot-flipit
v1.0.0
Published
flipit plugin for widenbot
Readme
widenbot-flipit
An (work-in-progress) flipit plugin for widenbot.
Commands
!flipitInstallation
- Add dependency to your bot project:
npm install --save widenbot-flipit- Enable in config
plugins:
module.exports = {
plugins : {
// ...
flipit: {}
}
}