From 162e2bc4845405c45ceeeab64f10e1eae9a73aa0 Mon Sep 17 00:00:00 2001 From: profitroll Date: Mon, 24 Oct 2022 14:34:05 +0200 Subject: [PATCH] New command added --- config_example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_example.json b/config_example.json index c15c32d..6f76c2e 100644 --- a/config_example.json +++ b/config_example.json @@ -22,6 +22,7 @@ "start": "Start using the bot" }, "commands_admin": { - "reboot": "Restart the bot" + "reboot": "Restart the bot", + "applications": "Get all applications as JSON" } } \ No newline at end of file