24 lines
No EOL
605 B
JSON
24 lines
No EOL
605 B
JSON
{
|
|
"public": {
|
|
"yes": [
|
|
{ "clicks": 1, "random": true, "messages": [
|
|
"Dey is in",
|
|
"Dey is in... for now",
|
|
"Welcome indeed!",
|
|
"A bit of this, a bit of that.",
|
|
"Come and see what goods I offer"
|
|
]},
|
|
{ "clicks": 10, "random": true, "messages": ["Now you're just asking for it."] }
|
|
],
|
|
"no": [
|
|
{ "clicks": 1, "random": true, "messages": [
|
|
"Everything's for sale",
|
|
"Dey roaching out 🪳",
|
|
"Dey said no... shocking",
|
|
"No more... I yield!"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"ephemeral": {}
|
|
} |