UNPKG

covilbot

Version:

Slack bot which connects with Mopidy and Spotify

9 lines (8 loc) 194 B
module.exports = { command: 'pause', desc: 'Puses the current track', handler: function (argv) { argv.db.logger.info('Pausing current track') argv.db.mopidy.playback.pause() } }