mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
15 lines
370 B
JSON
15 lines
370 B
JSON
{
|
|
"steam_last_played": {
|
|
"en": "{user} last played {game}"
|
|
},
|
|
"steam_not_played": {
|
|
"en": "{user} didn't play anything recently :'("
|
|
},
|
|
"steam_currently_playing": {
|
|
"en": "{user} is currently playing {game}"
|
|
},
|
|
"steam_games": {
|
|
"en": "{u1} and {u2} have {count} games in common, including: {examples}"
|
|
}
|
|
}
|