2022-01-04 02:18:28 +05:00
|
|
|
{
|
|
|
|
"DESCRIPTION": "Show commands list or specific command help.",
|
2022-07-25 22:09:02 +05:00
|
|
|
"USAGE": "help (command)",
|
|
|
|
"EXAMPLES": "help\nhelp ping",
|
2022-01-04 02:18:28 +05:00
|
|
|
"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",
|
2022-07-25 22:09:02 +05:00
|
|
|
"CMD_TITLE": "{{cmd}} help",
|
|
|
|
"INFO": "● To get help on a specific command type `help <command>`!",
|
2022-01-04 02:18:28 +05:00
|
|
|
"CUSTOM_COMMANDS": "Custom commands",
|
|
|
|
"TITLE": "{{name}} | Commands",
|
|
|
|
"NO_REQUIRED_PERMISSION": "No specific permission is required to execute this command."
|
|
|
|
}
|