UNPKG
covilbot
Version:
beta (1.0.5)
latest (0.3.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.3.5
Slack bot which connects with Mopidy and Spotify
github.com/100hz/fireworkweb
fireworkweb/covilbot
covilbot
/
lib
/
attachments
/
volume.js
10 lines
(8 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
=
function
(
value, settings
) {
var
text =
`Volume:
${value}
`
return
[{
'fallback'
: text,
'color'
: settings.
color
,
'title'
: text }] }