Updated config
This commit is contained in:
parent
c0f16c69f6
commit
500aaf38f4
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user