From 7abdf369fd78dee22507a02394afa8e46d0f779f Mon Sep 17 00:00:00 2001 From: profitroll Date: Mon, 24 Oct 2022 16:32:09 +0200 Subject: [PATCH] applications key added to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f938bc5..0a80b0a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ You can see config file with all the comments below: "start": "Start using the bot" }, "commands_admin": { # admin commands and their description - "reboot": "Restart the bot" + "reboot": "Restart the bot", + "applications": "Get all applications as JSON" } } ```