UNPKG

covilbot

Version:

Slack bot which connects with Mopidy and Spotify

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