Modified default config.json

This commit is contained in:
2026-02-09 17:03:04 -05:00
parent d1a434ce2b
commit 4012da20c3

View File

@@ -149,6 +149,38 @@
"text": "Put. It. Together." "text": "Put. It. Together."
} }
] ]
},
{
"conditions": [
{
"type": "and",
"conditions": [
{
"type": "or",
"conditions": [
{
"type": "match_word",
"text": "never"
},
{
"type": "match_word",
"text": "nothing"
}
]
},
{
"type": "text",
"text": "happen"
}
]
}
],
"responses": [
{
"type": "text",
"text": "https://tenor.com/view/nothing-ever-happens-nothing-look-at-the-time-nothing-clock-nothing-ever-happens-clock-gif-4518983960573307132"
}
]
} }
] ]
} }