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

19 lines
No EOL
669 B
JSON

{
"public": {
"yes": [
{ "clicks": 1, "random": true, "messages": [
"Vic is in"
]
},
{ "clicks": 2, "random": true, "messages": ["Vic is really in"] },
{ "clicks": 10, "random": true, "messages": ["Stop it Vic, you're in."] }
],
"no": [
{ "clicks": 1, "random": true, "messages": ["Needs to check if the water works"]},
{ "clicks": 2, "random": true, "messages": ["Needs to check if the tap has water"]},
{ "clicks": 3, "random": true, "messages": ["Checking if the water is wet..."]},
{ "clicks": 4, "random": true, "messages": ["The water really is wet!"] }
]
},
"ephemeral": {}
}