mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
19 lines
No EOL
730 B
JSON
19 lines
No EOL
730 B
JSON
{
|
|
"DESCRIPTION": "Shows a list of commands or help for a specific command",
|
|
"USAGE": "(command)",
|
|
"EXAMPLES": "help\nhelp command:ping",
|
|
"NOT_FOUND": "Command {{command}} not found",
|
|
"COMMANDS_IN": "Available commands in category \"{{category}}\":",
|
|
"FIELD_USAGE": "Usage",
|
|
"FIELD_DESCRIPTION": "Description",
|
|
"FIELD_ALIASES": "Aliases",
|
|
"FIELD_EXAMPLES": "Examples",
|
|
"NO_ALIAS": "No aliases",
|
|
"CMD_TITLE": "Help for {{cmd}}",
|
|
"INFO": "● To get help for a specific command, use `/help [command:command_name]`",
|
|
"FIELD_PERMISSIONS": "Required Permissions",
|
|
"NO_REQUIRED_PERMISSION": "No special permissions required",
|
|
"TITLE": "{{name}} | Commands",
|
|
"GUILD_ONLY": "Guild Only",
|
|
"NOT_GUILD_ONLY": "Guild and DM"
|
|
} |