JaBa/languages/en-US/general/help.json
2023-06-06 22:48:46 +05:00

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"
}