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