UNPKG

covilbot

Version:

Slack bot which connects with Mopidy and Spotify

12 lines (11 loc) 285 B
module.exports = { command: 'state', desc: 'Gets the current playback state', aliases: ['status'], handler: function (argv) { if (argv.db.settings.history === true) { argv.db.updateHistoryState() } argv.db.post(argv.db.attachments.state(argv.db.state)) } }