{ "bot": { "version": "[Discord Tickets](%s) v%s by [eartharoid](%s)" }, "cmd_usage": { "args": { "description": "**Description:**", "example": "**Example:**" }, "description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.", "named_args": "This command uses named arguments.\n\n", "title": "`%s` command usage" }, "commands": { "close": { "aliases": { "delete": "delete" }, "description": "Close a ticket channel", "name": "close", "response": { "closed": { "title": "✅ Ticket closed", "description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds." } } }, "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", "example": "Problem with billing" } }, "description": "Create a new ticket", "name": "new", "response": { "created": { "title": "✅ Ticket created", "description": "" }, "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." } }