tg-bot-ts/messages/users/sean.json
Nuno Duque Nunes 1446cd10fc initial commit
2026-06-01 13:36:51 +01:00

19 lines
No EOL
486 B
JSON

{
"public": {
"yes": [
{ "clicks": 1, "random": true, "messages": ["Sean is in"]},
{ "clicks": 5, "random": true, "messages": ["Sean is probably drunk"] },
{ "clicks": 10, "random": true, "messages": ["Stop it Sean."] }
],
"no": [
{ "clicks": 1, "random": true, "messages": [
"Went out drinking" ,
"Went out partying" ,
"Is drunk",
"Is on vaca— building collection"
]
}
]
},
"ephemeral": {}
}