{ "bot": { "version": "[Discord Tickets](%s) v%s by [eartharoid](%s)" }, "cmd_usage": { "title": "`%s` command usage", "description": "**Usage:** %s" }, "cmd_usage_named_args": { "title": "`%s` command usage", "description": "This command uses named arguments:\n`%s argName: value anotherArg: \"A string value\";`\n\n**Required arguments are prefixed with `❗`.**" }, "commands": { "new": { "aliases": { "create": "create", "open": "open" }, "args": { "category": { "name": "category", "description": "The category you would like to create a new ticket for" }, "topic": { "name": "topic", "description": "The topic of the ticket" } }, "description": "Create a new ticket", "name": "new", "response": { "no_categories": { "title": "❌ Can't create ticket", "description": "A server administrator must create at least one ticket category before a new ticket can be opened." } } }, "settings": { "aliases": { "config": "config" }, "description": "Configure Discord Tickets", "name": "settings", "response": { "updated": "✅ Settings have been updated." } } }, "command_execution_error": { "title": "⚠️", "description": "An unexpected error occurred during command execution.\nPlease ask a server administrator to check the console output / logs for details." }, "missing_perms": { "title": "❌", "description": "You do not have the permissions required to use this command:\n%s" }, "staff_only": { "title": "❌", "description": "You must be a member of staff to use this command." } }