mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
18 lines
No EOL
731 B
JSON
18 lines
No EOL
731 B
JSON
{
|
|
"DESCRIPTION": "Show commands list or specific command help.",
|
|
"USAGE": "{{prefix}}help (command)",
|
|
"EXAMPLES": "{{prefix}}help\n{{prefix}}help ping",
|
|
"CUSTOM": "A custom command doesn't have help page.",
|
|
"NOT_FOUND": "`{{search}}` is not a valid command",
|
|
"FIELD_USAGE": "Usage",
|
|
"FIELD_DESCRIPTION": "Description",
|
|
"FIELD_ALIASES": "Alias",
|
|
"FIELD_EXAMPLES": "Examples",
|
|
"FIELD_PERMISSIONS": "Permissions",
|
|
"NO_ALIAS": "No alias",
|
|
"CMD_TITLE": "{{prefix}}{{cmd}} help",
|
|
"INFO": "● To get help on a specific command type `{{prefix}}help <command>`!",
|
|
"CUSTOM_COMMANDS": "Custom commands",
|
|
"TITLE": "{{name}} | Commands",
|
|
"NO_REQUIRED_PERMISSION": "No specific permission is required to execute this command."
|
|
} |