3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/modules/steam/strings.json

15 lines
370 B
JSON
Raw Normal View History

2013-10-28 14:59:42 +01:00
{
"steam_last_played": {
"en": "{user} last played {game}"
},
"steam_not_played": {
"en": "{user} didn't play anything recently :'("
2013-10-28 15:38:35 +01:00
},
"steam_currently_playing": {
"en": "{user} is currently playing {game}"
2013-10-28 17:11:16 +01:00
},
"steam_games": {
"en": "{u1} and {u2} have {count} games in common, including: {examples}"
2013-10-28 14:59:42 +01:00
}
}