44 lines
1.8 KiB
JSON
44 lines
1.8 KiB
JSON
{
|
|
"public": {
|
|
"yes": [
|
|
{
|
|
"clicks": 1,
|
|
"random": true,
|
|
"messages": ["{nickname} is in! ⚔️", "Let's go {nickname}!", "{nickname} ready to fight!"],
|
|
"days": {
|
|
"friday": { "random": true, "messages": ["It's {Day}! {nickname} is in, let's end the week strong! 🎉"] }
|
|
},
|
|
"dates": {
|
|
"25-12": { "messages": ["Merry Christmas {nickname}! Still showing up! 🎄⚔️"] },
|
|
"01-01": { "messages": ["Happy New Year! {nickname} is in for the first TG of {date_full}! 🎆"] }
|
|
}
|
|
},
|
|
{ "clicks": 5, "messages": ["{nickname} is really committed."] },
|
|
{ "clicks": 10, "messages": ["{nickname} is locked in forever."] }
|
|
],
|
|
"no": [
|
|
{
|
|
"clicks": 1,
|
|
"random": true,
|
|
"messages": ["{nickname} is sitting this one out... 🪳", "{nickname} roaching out!", "No from {nickname}... 👀"],
|
|
"days": {
|
|
"friday": { "messages": ["{nickname} skipping TG on a {Day}? Shameful. 🪳"] }
|
|
}
|
|
},
|
|
{ "clicks": 5, "messages": ["{nickname} said no 5 times. Wow."] },
|
|
{ "clicks": 10, "messages": ["{nickname} is a certified roach. 🪳"] }
|
|
]
|
|
},
|
|
"ephemeral": {
|
|
"yes": [
|
|
{ "clicks": 1, "random": true, "messages": ["✅ You voted **Yes** for TG tonight!", "✅ Let's go {nickname}!"] },
|
|
{ "clicks": 5, "messages": ["✅ Still clicking Yes, we see you {nickname}."] },
|
|
{ "clicks": 10, "messages": ["✅ Alright {nickname}, you're locked in for good."] }
|
|
],
|
|
"no": [
|
|
{ "clicks": 1, "random": true, "messages": ["❌ Roaching out {nickname}?", "❌ Really {nickname}? No?"] },
|
|
{ "clicks": 5, "messages": ["❌ Five times no. Really, {nickname}?"] },
|
|
{ "clicks": 10, "messages": ["❌ Locked out, absolute coward."] }
|
|
]
|
|
}
|
|
}
|