Updated config

This commit is contained in:
Profitroll 2022-12-04 21:08:31 +01:00
parent c0f16c69f6
commit 500aaf38f4

View File

@ -28,11 +28,23 @@
}, },
"commands": { "commands": {
"rules": "Check out the rules", "rules": "Check out the rules",
"reapply": "Fill the application again" "reapply": "Resubmit the application"
}, },
"commands_admin": { "commands_admin": {
"reboot": "Restart the bot", "reboot": "Restart the bot",
"message": "Send a message",
"warnings": "Check user's warnings",
"application": "Check user's application", "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"
} }
} }