From b5e2cf6767faaa3132cebd856dcd74f68f49229f Mon Sep 17 00:00:00 2001 From: Frederic Aust <frederic.aust@stud.hs-bochum.de> Date: Thu, 25 May 2023 22:04:46 +0200 Subject: [PATCH] =?UTF-8?q?addchallenge=20und=20deleteevent=20als=20alias?= =?UTF-8?q?=20f=C3=BCr=20request=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands.json b/commands.json index c84278c..5bf09dd 100644 --- a/commands.json +++ b/commands.json @@ -239,7 +239,9 @@ { "Names": [ ".request", - ".req" + ".req", + ".addchallenge", + ".deleteevent" ], "Description": "Syntax: .request <String>. Do you wish for anything else? Request it!", "_Func": "request", -- GitLab