From 500aaf38f4c979a9eef1d0bbe0a1b75415678dc1 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Sun, 4 Dec 2022 21:08:31 +0100 Subject: [PATCH] Updated config --- config_example.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/config_example.json b/config_example.json index 85ff577..04e36d7 100644 --- a/config_example.json +++ b/config_example.json @@ -28,11 +28,23 @@ }, "commands": { "rules": "Check out the rules", - "reapply": "Fill the application again" + "reapply": "Resubmit the application" }, "commands_admin": { "reboot": "Restart the bot", + "message": "Send a message", + "warnings": "Check user's warnings", "application": "Check user's application", - "applications": "Get all applications as JSON" + "applications": "Retrieve all applications as a JSON" + }, + "commands_group_admin": { + "reboot": "Restart the bot", + "message": "Send a message", + "warnings": "Check user's warnings", + "application": "Check user's application", + "applications": "Retrieve all applications as a JSON" + }, + "commands_group_destination": { + "warn": "Warn a user" } } \ No newline at end of file