2021-02-19 23:26:02 +02:00
|
|
|
{
|
|
|
|
"bot": {
|
2021-04-01 02:17:00 +03:00
|
|
|
"version": "[Discord Tickets](%s) v%s by [eartharoid](%s)"
|
|
|
|
},
|
|
|
|
"cmd_usage": {
|
2021-04-01 21:33:53 +03:00
|
|
|
"args": {
|
2021-04-05 20:38:00 +03:00
|
|
|
"description": "**Description:** %s",
|
|
|
|
"example": "**Example:** `%s`"
|
2021-04-01 21:33:53 +03:00
|
|
|
},
|
|
|
|
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.",
|
2021-04-01 23:33:08 +03:00
|
|
|
"named_args": "This command uses named arguments.\n\n",
|
2021-04-01 21:33:53 +03:00
|
|
|
"title": "`%s` command usage"
|
2021-02-20 19:09:08 +02:00
|
|
|
},
|
2021-04-05 20:38:00 +03:00
|
|
|
"collector_expires_in": "Expires in %d seconds",
|
2021-03-15 23:12:58 +02:00
|
|
|
"commands": {
|
2021-04-03 02:02:00 +03:00
|
|
|
"close": {
|
|
|
|
"aliases": {
|
|
|
|
"delete": "delete"
|
|
|
|
},
|
2021-04-05 20:38:00 +03:00
|
|
|
"args": {
|
|
|
|
"ticket": {
|
|
|
|
"name": "ticket",
|
|
|
|
"description": "The number or a channel mention of the ticket to close",
|
|
|
|
"example": "217"
|
|
|
|
}
|
|
|
|
},
|
2021-04-03 02:02:00 +03:00
|
|
|
"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."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2021-02-20 19:09:08 +02:00
|
|
|
"new": {
|
2021-03-30 01:34:50 +03:00
|
|
|
"aliases": {
|
|
|
|
"create": "create",
|
|
|
|
"open": "open"
|
|
|
|
},
|
|
|
|
"args": {
|
2021-03-15 23:12:58 +02:00
|
|
|
"topic": {
|
|
|
|
"name": "topic",
|
2021-04-01 21:33:53 +03:00
|
|
|
"description": "The topic of the ticket",
|
|
|
|
"example": "Problem with billing"
|
2021-03-15 23:12:58 +02:00
|
|
|
}
|
2021-03-30 01:34:50 +03:00
|
|
|
},
|
2021-04-01 02:17:00 +03:00
|
|
|
"description": "Create a new ticket",
|
|
|
|
"name": "new",
|
|
|
|
"response": {
|
2021-04-03 02:02:00 +03:00
|
|
|
"created": {
|
|
|
|
"title": "✅ Ticket created",
|
2021-04-05 20:38:00 +03:00
|
|
|
"description": "Your ticket has been created: %s."
|
|
|
|
},
|
|
|
|
"has_a_ticket": {
|
|
|
|
"title": "❌ You already have an open ticket",
|
|
|
|
"description": "Please use your existing ticket (<#%s>) or close it before creating another."
|
|
|
|
},
|
|
|
|
"max_tickets": {
|
|
|
|
"title": "❌ You already have %d open tickets",
|
|
|
|
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s"
|
2021-04-03 02:02:00 +03:00
|
|
|
},
|
2021-04-01 02:17:00 +03:00
|
|
|
"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."
|
2021-04-05 20:38:00 +03:00
|
|
|
},
|
|
|
|
"select_category": {
|
|
|
|
"title": "Please select the ticket category",
|
|
|
|
"description": "Select the category most relevant to your ticket's topic:\n\n%s"
|
|
|
|
},
|
|
|
|
"select_category_timeout": {
|
|
|
|
"title": "❌ Reaction time expired",
|
|
|
|
"description": "You took too long to select the ticket category."
|
2021-04-01 02:17:00 +03:00
|
|
|
}
|
|
|
|
}
|
2021-03-22 00:52:32 +02:00
|
|
|
},
|
|
|
|
"settings": {
|
2021-03-31 00:27:54 +03:00
|
|
|
"aliases": {
|
|
|
|
"config": "config"
|
|
|
|
},
|
2021-03-24 01:50:00 +02:00
|
|
|
"description": "Configure Discord Tickets",
|
2021-03-30 01:34:50 +03:00
|
|
|
"name": "settings",
|
2021-03-24 01:50:00 +02:00
|
|
|
"response": {
|
|
|
|
"updated": "✅ Settings have been updated."
|
|
|
|
}
|
2021-02-20 19:09:08 +02:00
|
|
|
}
|
|
|
|
},
|
2021-04-01 02:17:00 +03:00
|
|
|
"command_execution_error": {
|
|
|
|
"title": "⚠️",
|
2021-04-05 20:38:00 +03:00
|
|
|
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details."
|
2021-04-01 02:17:00 +03:00
|
|
|
},
|
2021-04-05 20:38:00 +03:00
|
|
|
"message_will_be_deleted_in": "This message will be deleted in %d seconds",
|
2021-04-01 02:17:00 +03:00
|
|
|
"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."
|
|
|
|
}
|
2021-02-19 23:26:02 +02:00
|
|
|
}
|