forked from GitHub/dbot
12 lines
260 B
JSON
12 lines
260 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}"
|
|
}
|
|
}
|