UNPKG

covilbot

Version:

Slack bot which connects with Mopidy and Spotify

9 lines (8 loc) 217 B
module.exports = { command: 'prev', desc: 'Plays the previous track from the tracklist', handler: function (argv) { argv.db.logger.info('Playing previous track') argv.db.mopidy.playback.previous() } }