dbot/modules/lastfm/strings.json

15 lines
386 B
JSON
Raw Normal View History

2013-10-24 11:37:54 +02:00
{
"now_listening": {
"en": "{user} is listening to {track} by {artist}"
},
"last_listened": {
"en": "{user} last listened to {track} by {artist}"
},
"no_listen": {
"en": "{user} doesn't seem to have listened to anything recently :'("
2013-10-24 20:59:20 +02:00
},
"taste_compat": {
"en": "{user1} and {user2} are {score}% musically compatible!"
2013-10-24 11:37:54 +02:00
}
}