JaBa/languages/en-US/general/help.json
2024-02-06 21:45:53 +05:00

17 lines
No EOL
674 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_EXAMPLES": "Examples",
"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"
}