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" } } ```