2021-04-25 22:40:02 +03:00
|
|
|
{
|
|
|
|
"bot": {
|
2021-05-03 17:19:00 +03:00
|
|
|
"missing_permissions": {
|
2021-05-16 17:41:35 +03:00
|
|
|
"description": "Discord Tickets requires the following permissions:\n%s",
|
|
|
|
"title": "⚠️"
|
2021-05-03 17:19:00 +03:00
|
|
|
},
|
2021-04-25 22:40:02 +03:00
|
|
|
"version": "[Discord Tickets](%s) v%s by [eartharoid](%s)"
|
|
|
|
},
|
|
|
|
"cmd_usage": {
|
|
|
|
"args": {
|
|
|
|
"description": "**Description:** %s",
|
|
|
|
"example": "**Example:** `%s`"
|
|
|
|
},
|
|
|
|
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.",
|
2021-05-11 13:04:23 +03:00
|
|
|
"invalid_named_args": {
|
|
|
|
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure.",
|
2021-05-12 01:15:33 +03:00
|
|
|
"title": "❌ Invalid syntax"
|
2021-05-11 13:04:23 +03:00
|
|
|
},
|
2021-04-25 22:40:02 +03:00
|
|
|
"named_args": "This command uses named arguments.\n\n",
|
|
|
|
"title": "`%s` command usage"
|
|
|
|
},
|
|
|
|
"collector_expires_in": "Expires in %d seconds",
|
|
|
|
"commands": {
|
2021-05-16 17:41:35 +03:00
|
|
|
"add": {
|
|
|
|
"aliases": {},
|
|
|
|
"args": {
|
|
|
|
"member": {
|
|
|
|
"description": "The member to add to the ticket",
|
|
|
|
"example": "@someone",
|
|
|
|
"name": "member"
|
|
|
|
},
|
|
|
|
"ticket": {
|
|
|
|
"description": "The ticket to add the member to",
|
|
|
|
"example": "217",
|
|
|
|
"name": "ticket"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Add a member to a ticket",
|
|
|
|
"name": "add",
|
2021-05-16 20:38:24 +03:00
|
|
|
"response": {
|
|
|
|
"added": {
|
|
|
|
"description": "%s has been added to %s.",
|
|
|
|
"title": "✅ Member added"
|
|
|
|
},
|
|
|
|
"no_member": {
|
|
|
|
"description": "Please mention the member you want to add.",
|
|
|
|
"title": "❌ Unknown member"
|
|
|
|
},
|
|
|
|
"no_permission": {
|
|
|
|
"description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.",
|
|
|
|
"title": "❌ Insufficient permission"
|
|
|
|
},
|
|
|
|
"not_a_ticket": {
|
|
|
|
"description": "Please use this command in the ticket channel, or mention the channel.",
|
|
|
|
"title": "❌ This isn't a ticket channel"
|
|
|
|
}
|
|
|
|
}
|
2021-05-16 17:41:35 +03:00
|
|
|
},
|
2021-04-25 22:40:02 +03:00
|
|
|
"blacklist": {
|
|
|
|
"aliases": {
|
|
|
|
"unblacklist": "unblacklist"
|
|
|
|
},
|
|
|
|
"args": {
|
|
|
|
"member_or_role": {
|
2021-05-16 17:41:35 +03:00
|
|
|
"description": "The member or role to add/remove",
|
2021-05-11 13:04:23 +03:00
|
|
|
"example": "@NaughtyMember",
|
|
|
|
"name": "memberOrRole"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Blacklist/unblacklist a member from interacting with the bot",
|
|
|
|
"name": "blacklist",
|
|
|
|
"response": {
|
|
|
|
"empty_list": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist.",
|
|
|
|
"title": "📃 Blacklisted members and roles"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"illegal_action": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "%s is a staff member and cannot be blacklisted.",
|
|
|
|
"title": "❌ You can't blacklist this member"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"list": {
|
|
|
|
"title": "📃 Blacklisted members and roles"
|
|
|
|
},
|
|
|
|
"member_added": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot.",
|
|
|
|
"title": "✅ Added member to blacklist"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"member_removed": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "<@%s> has been removed from the blacklist. They can now use the bot again.",
|
|
|
|
"title": "✅ Removed member from blacklist"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"role_added": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "<@&%s> has been added to the blacklist. Members with this role will no longer be able to interact with the bot.",
|
|
|
|
"title": "✅ Added role to blacklist"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"role_removed": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.",
|
|
|
|
"title": "✅ Removed role from blacklist"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"close": {
|
|
|
|
"aliases": {
|
2021-05-16 17:41:35 +03:00
|
|
|
"delete": "delete",
|
|
|
|
"lock": "lock"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"args": {
|
2021-05-16 17:41:35 +03:00
|
|
|
"reason": {
|
|
|
|
"alias": "r",
|
|
|
|
"description": "The reason for closing the ticket(s)",
|
|
|
|
"example": "",
|
|
|
|
"name": "reason"
|
|
|
|
},
|
2021-04-25 22:40:02 +03:00
|
|
|
"ticket": {
|
2021-05-16 17:41:35 +03:00
|
|
|
"alias": "t",
|
|
|
|
"description": "The ticket to close, either the number or the channel mention/ID",
|
2021-05-11 13:04:23 +03:00
|
|
|
"example": "217",
|
|
|
|
"name": "ticket"
|
2021-05-16 17:41:35 +03:00
|
|
|
},
|
|
|
|
"time": {
|
|
|
|
"alias": "T",
|
|
|
|
"description": "Close all tickets that have been inactive for the specified time",
|
|
|
|
"example": "1w",
|
|
|
|
"name": "time"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Close a ticket channel",
|
|
|
|
"name": "close",
|
|
|
|
"response": {
|
|
|
|
"closed": {
|
2021-05-16 17:41:35 +03:00
|
|
|
"description": "Ticket #%s has been closed.",
|
2021-05-11 13:04:23 +03:00
|
|
|
"title": "✅ Ticket closed"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
2021-05-16 17:41:35 +03:00
|
|
|
"closed_multiple": {
|
|
|
|
"description": [
|
|
|
|
"%d ticket has been closed.",
|
|
|
|
"%d tickets have been closed."
|
|
|
|
],
|
|
|
|
"title": [
|
|
|
|
"✅ Ticket closed",
|
|
|
|
"✅ Tickets closed"
|
|
|
|
]
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
2021-05-16 17:41:35 +03:00
|
|
|
"confirm": {
|
|
|
|
"description": "React with ✅ to close this ticket.",
|
|
|
|
"description_with_archive": "You will be able to view an archived version of it after.\nReact with ✅ to close this ticket.",
|
|
|
|
"title": "❔ Are you sure?"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
2021-05-16 17:41:35 +03:00
|
|
|
"confirmation_timeout": {
|
|
|
|
"description": "You took too long to confirm.",
|
|
|
|
"title": "❌ Reaction time expired"
|
|
|
|
},
|
|
|
|
"confirm_multiple": {
|
|
|
|
"description": [
|
|
|
|
"React with ✅ to close %d ticket.",
|
|
|
|
"React with ✅ to close %d tickets."
|
|
|
|
],
|
|
|
|
"title": "❔ Are you sure?"
|
|
|
|
},
|
|
|
|
"invalid_time": {
|
|
|
|
"description": "The time period provided could not be parsed.",
|
|
|
|
"title": "❌ Invalid input"
|
|
|
|
},
|
|
|
|
"not_a_ticket": {
|
|
|
|
"description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.",
|
|
|
|
"title": "❌ This isn't a ticket channel"
|
|
|
|
},
|
|
|
|
"no_tickets": {
|
|
|
|
"description": "There are no tickets which have been inactive for this time period.",
|
|
|
|
"title": "❌ No tickets to close"
|
|
|
|
},
|
|
|
|
"unresolvable": {
|
|
|
|
"description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.",
|
|
|
|
"title": "❌ Error"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2021-05-16 17:41:35 +03:00
|
|
|
"help": {
|
|
|
|
"aliases": {
|
|
|
|
"command": "command",
|
|
|
|
"commands": "commands"
|
|
|
|
},
|
|
|
|
"args": {
|
|
|
|
"member": {
|
|
|
|
"description": "The command to display information about",
|
|
|
|
"example": "new",
|
|
|
|
"name": "command"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "List commands you have access to, or find out more about a command",
|
|
|
|
"name": "help",
|
|
|
|
"response": {}
|
|
|
|
},
|
2021-04-25 22:40:02 +03:00
|
|
|
"new": {
|
|
|
|
"aliases": {
|
|
|
|
"create": "create",
|
2021-05-16 17:41:35 +03:00
|
|
|
"open": "open",
|
|
|
|
"ticket": "ticket"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"args": {
|
|
|
|
"topic": {
|
|
|
|
"description": "The topic of the ticket",
|
2021-05-11 13:04:23 +03:00
|
|
|
"example": "Problem with billing",
|
|
|
|
"name": "topic"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Create a new ticket",
|
|
|
|
"name": "new",
|
|
|
|
"opening_message": {
|
|
|
|
"fields": {
|
|
|
|
"topic": "Topic"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"questions": "Please answer the following questions:\n\n%s",
|
|
|
|
"response": {
|
|
|
|
"created": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "Your ticket has been created: %s.",
|
|
|
|
"title": "✅ Ticket created"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
2021-05-12 01:15:33 +03:00
|
|
|
"error": {
|
|
|
|
"title": "❌ Error"
|
|
|
|
},
|
2021-04-25 22:40:02 +03:00
|
|
|
"has_a_ticket": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "Please use your existing ticket (<#%s>) or close it before creating another.",
|
|
|
|
"title": "❌ You already have an open ticket"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"max_tickets": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s",
|
|
|
|
"title": "❌ You already have %d open tickets"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"no_categories": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "A server administrator must create at least one ticket category before a new ticket can be opened.",
|
|
|
|
"title": "❌ Can't create ticket"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"select_category": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "Select the category most relevant to your ticket's topic:\n\n%s",
|
|
|
|
"title": "🔤 Please select the ticket category"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"select_category_timeout": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "You took too long to select the ticket category.",
|
|
|
|
"title": "❌ Reaction time expired"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"request_topic": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "Please briefly state what this ticket is about in a a few words.",
|
|
|
|
"title": "Ticket topic"
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
2021-05-11 13:04:23 +03:00
|
|
|
"panel": {
|
|
|
|
"aliases": {},
|
|
|
|
"args": {
|
2021-05-12 01:15:33 +03:00
|
|
|
"categories": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"alias": "c",
|
|
|
|
"description": "A category ID",
|
|
|
|
"example": "451745464954650634",
|
2021-05-12 01:15:33 +03:00
|
|
|
"name": "categories"
|
2021-05-11 13:04:23 +03:00
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"alias": "d",
|
|
|
|
"description": "The description for the panel message",
|
|
|
|
"example": "\"React to this message to open a ticket.\"",
|
|
|
|
"name": "description"
|
|
|
|
},
|
|
|
|
"emoji": {
|
|
|
|
"alias": "e",
|
2021-05-12 01:15:33 +03:00
|
|
|
"description": "An emoji",
|
2021-05-11 14:15:31 +03:00
|
|
|
"example": "🎫",
|
2021-05-11 13:04:23 +03:00
|
|
|
"name": "emoji"
|
|
|
|
},
|
|
|
|
"title": {
|
|
|
|
"alias": "t",
|
|
|
|
"description": "The title for the panel message",
|
|
|
|
"example": "\"Support tickets\"",
|
|
|
|
"name": "title"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Create a new ticket panel",
|
|
|
|
"name": "panel",
|
2021-05-12 01:15:33 +03:00
|
|
|
"response": {
|
|
|
|
"invalid_category": {
|
|
|
|
"description": "One or more of the specified category IDs is invalid.",
|
|
|
|
"title": "❌ Invalid category"
|
|
|
|
},
|
|
|
|
"mismatch": {
|
|
|
|
"description": "Please provide the name number of emojis and category IDs.",
|
|
|
|
"title": "❌ Invalid input"
|
|
|
|
}
|
|
|
|
}
|
2021-05-11 13:04:23 +03:00
|
|
|
},
|
2021-05-16 17:41:35 +03:00
|
|
|
"remove": {
|
|
|
|
"aliases": {},
|
|
|
|
"args": {
|
|
|
|
"member": {
|
|
|
|
"description": "The member to remove from the ticket",
|
|
|
|
"example": "@someone",
|
|
|
|
"name": "member"
|
|
|
|
},
|
|
|
|
"ticket": {
|
|
|
|
"description": "The ticket to remove the member from",
|
|
|
|
"example": "217",
|
|
|
|
"name": "ticket"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Remove a member from a ticket",
|
|
|
|
"name": "remove",
|
|
|
|
"response": {}
|
|
|
|
},
|
2021-04-25 22:40:02 +03:00
|
|
|
"settings": {
|
|
|
|
"aliases": {
|
|
|
|
"config": "config"
|
|
|
|
},
|
|
|
|
"description": "Configure Discord Tickets",
|
|
|
|
"name": "settings",
|
|
|
|
"response": {
|
|
|
|
"updated": "✅ Settings have been updated."
|
|
|
|
}
|
2021-05-16 17:41:35 +03:00
|
|
|
},
|
|
|
|
"stats": {
|
|
|
|
"aliases": {},
|
|
|
|
"args": {},
|
|
|
|
"description": "Display ticket statistics",
|
|
|
|
"name": "stats",
|
|
|
|
"response": {}
|
|
|
|
},
|
|
|
|
"topic": {
|
|
|
|
"aliases": {},
|
|
|
|
"args": {
|
|
|
|
"new_topic": {
|
|
|
|
"description": "The new topic of the ticket",
|
|
|
|
"example": "billing issue",
|
|
|
|
"name": "new_topic"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Change the topic of the ticket",
|
|
|
|
"name": "topic",
|
|
|
|
"response": {}
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"command_execution_error": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details.",
|
|
|
|
"title": "⚠️"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"message_will_be_deleted_in": "This message will be deleted in %d seconds",
|
2021-05-03 17:01:46 +03:00
|
|
|
"missing_permissions": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "You do not have the permissions required to use this command:\n%s",
|
|
|
|
"title": "❌"
|
2021-04-25 22:40:02 +03:00
|
|
|
},
|
|
|
|
"staff_only": {
|
2021-05-11 13:04:23 +03:00
|
|
|
"description": "You must be a member of staff to use this command.",
|
|
|
|
"title": "❌"
|
2021-05-16 17:41:35 +03:00
|
|
|
},
|
|
|
|
"ticket": {
|
|
|
|
"claimed": {
|
|
|
|
"description": "%s has claimed this ticket.",
|
|
|
|
"title": "✅ Ticket claimed"
|
|
|
|
},
|
|
|
|
"closed": {
|
|
|
|
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.",
|
|
|
|
"title": "✅ Ticket closed"
|
|
|
|
},
|
|
|
|
"closed_by_member": {
|
|
|
|
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.",
|
|
|
|
"title": "✅ Ticket closed"
|
|
|
|
},
|
|
|
|
"closed_by_member_with_reason": {
|
|
|
|
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.",
|
|
|
|
"title": "✅ Ticket closed"
|
|
|
|
},
|
|
|
|
"closed_with_reason": {
|
|
|
|
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.",
|
|
|
|
"title": "✅ Ticket closed"
|
|
|
|
},
|
2021-05-16 20:38:24 +03:00
|
|
|
"member_added": {
|
|
|
|
"description": "%s has been added by %s",
|
|
|
|
"title": "Member added"
|
|
|
|
},
|
2021-05-16 17:41:35 +03:00
|
|
|
"released": {
|
|
|
|
"description": "%s has released this ticket.",
|
|
|
|
"title": "✅ Ticket released"
|
|
|
|
}
|
2021-04-25 22:40:02 +03:00
|
|
|
}
|
|
|
|
}
|