From 4012da20c3c594896b0e8765d95872e1fa570d9f Mon Sep 17 00:00:00 2001 From: scarzehd Date: Mon, 9 Feb 2026 17:03:04 -0500 Subject: [PATCH] Modified default config.json --- config.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/config.json b/config.json index 612c213..6bc9544 100644 --- a/config.json +++ b/config.json @@ -149,6 +149,38 @@ "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" + } + ] } ] } \ No newline at end of file