3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 22:39:26 +01:00
dbot/modules/spotify/strings.json

12 lines
208 B
JSON
Raw Normal View History

2013-02-12 20:14:27 +01:00
{
"artist": {
"english": "{s} [artist] {artist}"
},
"album": {
"english": "{s} [album] {artist} - {album}"
},
"track": {
"english": "{s} [track] {artist} - {track} (from {album})"
}
}