From c7169881bf2be5d68627eeacaf29ec844377fa5b Mon Sep 17 00:00:00 2001
From: Frederic Aust <frederic.aust@stud.hs-bochum.de>
Date: Tue, 16 Aug 2022 14:23:30 +0200
Subject: [PATCH] =?UTF-8?q?req=20als=20Alternative=20zu=20request=20erg?=
 =?UTF-8?q?=C3=A4nzt.=20Beschreibung=20zu=20.links=20korrigiert,=20da=20es?=
 =?UTF-8?q?=20keine=20Passwortabfrage=20mehr=20gibt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 commands.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/commands.json b/commands.json
index 7f20336..8b8c67f 100644
--- a/commands.json
+++ b/commands.json
@@ -46,7 +46,7 @@
             "Names": [
                 ".links"
             ],
-            "Description": "Get a list of all important links for various signal groups and community discords. Password protected. Type .links <password>.",
+            "Description": "Get a list of all important links for various signal groups and community discords.",
             "_Func": "links",
             "allowedGroups":[]
         },
@@ -230,7 +230,8 @@
         },
         {
             "Names": [
-                ".request"
+                ".request",
+                ".req"
             ],
             "Description": "Syntax: .request <String>. Do you wish for anything else? Request it!",
             "_Func": "request",
-- 
GitLab