mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
15 lines
386 B
JSON
15 lines
386 B
JSON
{
|
|
"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 :'("
|
|
},
|
|
"taste_compat": {
|
|
"en": "{user1} and {user2} are {score}% musically compatible!"
|
|
}
|
|
}
|