UNPKG

covilbot

Version:

Slack bot which connects with Mopidy and Spotify

9 lines (8 loc) 179 B
module.exports = { command: 'stop', desc: 'Stops playback', handler: function (argv) { argv.db.logger.info('Stopping playback') argv.db.mopidy.playback.stop() } }