UNPKG

covilbot

Version:

Slack bot which connects with Mopidy and Spotify

10 lines (8 loc) 174 B
module.exports = function (mode, value, settings) { var text = `${mode}: ${value}` return [{ 'fallback': text, 'color': settings.color, 'title': text }] }