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