From ec9ed1a918900b4851cf1997714ca2ae5f4300c3 Mon Sep 17 00:00:00 2001
From: Frederic Aust <frederic.aust@stud.hs-bochum.de>
Date: Wed, 8 Dec 2021 17:01:36 +0100
Subject: [PATCH] relocated cmd today to crawlers

---
 betterhelp.json | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/betterhelp.json b/betterhelp.json
index 14a980c..26f6067 100644
--- a/betterhelp.json
+++ b/betterhelp.json
@@ -57,13 +57,6 @@
             ],
             "Description": "Kings Cup Rules",
             "_Func": "echo"
-        },
-        {
-            "Names": [
-                ".today"
-            ],
-            "Description": "Random facts and events about today",
-            "_Func": "echo"
         }
 
         
@@ -107,6 +100,13 @@
             ],
             "Description": "Displays video games that are currently free, but usually not. Powered by freegamesyo.com",
             "_Func": "yesno"
+        },
+        {
+            "Names": [
+                ".today"
+            ],
+            "Description": "Random facts and events about today",
+            "_Func": "echo"
         }
     ],
     "Databases": [
-- 
GitLab