UNPKG

covilbot

Version:

Slack bot which connects with Mopidy and Spotify

9 lines (8 loc) 199 B
module.exports = { command: 'resume', desc: 'Resumes the current track', handler: function (argv) { argv.db.logger.info('Resuming current track') argv.db.mopidy.playback.resume() } }