dbot/modules/radio/strings.json
thieson 7537d85084 requesting music for tripradio
Adding a command to ping the DJ that a user requests a song.
2014-02-18 17:17:39 +01:00

13 lines
265 B
JSON

{
"now_online": {
"en": "Now Online: {name} - {desc} - {url}"
},
"now_playing": {
"en": "Now Playing: {name} - {song} - {url}"
}
"request":{
"en":"{dj}: User {user} requests '{song}' to be played on tripradio."
}
}