19 lines
No EOL
486 B
JSON
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": {}
|
|
} |