widenbot-nowplaying
v1.1.1
Published
nowplaying plugin for widenbot
Readme
widenbot-nowplaying
An nowplaying plugin for widenbot.
Commands
"register <lastFmUsername>\t Register your slack username to your lastfm username.\n" +
"nowplaying|np \t Post your now playing.\n",Installation
- Add dependency to your bot project:
npm install --save widenbot-nowplaying- Enable in config
plugins:
module.exports = {
plugins : {
// ...
'nowplaying': {}
}
}