From fa08679b113556ff181defb3a3c975e1ab4fcae9 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Sat, 17 Dec 2022 00:58:12 +0100 Subject: [PATCH] Moved commands to locales --- config_example.json | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/config_example.json b/config_example.json index 0cd6a8d..e20747b 100644 --- a/config_example.json +++ b/config_example.json @@ -42,32 +42,5 @@ "locations": { "cache": "cache", "locale": "locale" - }, - "commands": { - "rules": "Check out the rules", - "nearby": "Show users near the area", - "reapply": "Resubmit the application", - "sponsorship": "Apply for sponsor role" - }, - "commands_admin": { - "reboot": "Restart the bot", - "message": "Send a message", - "label": "Set user's nickname", - "warnings": "Check user's warnings", - "application": "Check user's application", - "applications": "Retrieve all applications as a JSON" - }, - "commands_group_admin": { - "reboot": "Restart the bot", - "message": "Send a message", - "label": "Set user's nickname", - "nearby": "Show users near the area", - "warnings": "Check user's warnings", - "application": "Check user's application", - "applications": "Retrieve all applications as a JSON" - }, - "commands_group_destination": { - "warn": "Warn a user", - "nearby": "Show users near the area" } } \ No newline at end of file