mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
7537d85084
Adding a command to ping the DJ that a user requests a song.
13 lines
265 B
JSON
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."
|
|
}
|
|
}
|