UNPKG

covilbot

Version:

Slack bot which connects with Mopidy and Spotify

10 lines (8 loc) 175 B
module.exports = function (uri, settings) { var text = `Adding ${uri} to tracklist` return [{ 'fallback': text, 'color': settings.color, 'title': text }] }