mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-16 17:03:09 +02:00
196 lines
4.8 KiB
YAML
196 lines
4.8 KiB
YAML
buttons:
|
|
claim:
|
|
emoji: 🙌
|
|
text: Claim
|
|
close:
|
|
emoji: ✖️
|
|
text: Close
|
|
confirm_open:
|
|
emoji: ✅
|
|
text: Create ticket
|
|
create:
|
|
emoji: 🎫
|
|
text: Create a ticket
|
|
edit:
|
|
emoji: ✏️
|
|
text: Edit
|
|
unclaim:
|
|
emoji: ♻️
|
|
text: Release
|
|
commands:
|
|
message:
|
|
create:
|
|
name: Create a ticket from message
|
|
pin:
|
|
name: Pin message
|
|
slash:
|
|
add:
|
|
description: Add a member to a ticket
|
|
name: add
|
|
options:
|
|
member:
|
|
description: The member to add to the ticket
|
|
name: member
|
|
ticket:
|
|
description: The ticket to add the member to
|
|
name: ticket
|
|
claim:
|
|
description: Claim a ticket
|
|
name: claim
|
|
close:
|
|
description: Close a ticket
|
|
name: close
|
|
options:
|
|
channel:
|
|
description: The ticket channel to close
|
|
name: channel
|
|
number:
|
|
description: The number of the ticket to close
|
|
name: number
|
|
reason:
|
|
description: The reason for closing the ticket(s)
|
|
name: reason
|
|
time:
|
|
description: Close all tickets that have been inactive for the specific time
|
|
name: time
|
|
force-close:
|
|
description: Forcibly close a ticket
|
|
name: force-close
|
|
options:
|
|
channel:
|
|
description: The ticket channel to close
|
|
name: channel
|
|
number:
|
|
description: The number of the ticket to close
|
|
name: number
|
|
reason:
|
|
description: The reason for closing the ticket(s)
|
|
name: reason
|
|
time:
|
|
description: Close all tickets that have been inactive for the specific time
|
|
name: time
|
|
move:
|
|
description: Move a ticket to another category
|
|
name: move
|
|
options:
|
|
category:
|
|
description: The category to move the ticket to
|
|
name: category
|
|
new:
|
|
description: Create a new ticket
|
|
name: new
|
|
options:
|
|
references:
|
|
description: The number of a related ticket
|
|
name: references
|
|
priority:
|
|
description: Set the priority of a ticket
|
|
name: priority
|
|
options:
|
|
priority:
|
|
choices:
|
|
HIGH: 🔴 High
|
|
MEDIUM: 🟠 Medium
|
|
LOW: 🟢 Low
|
|
description: The priority of the ticket
|
|
name: priority
|
|
release:
|
|
description: Release (unclaim) a ticket
|
|
name: release
|
|
remove:
|
|
description: Remove a member from a ticket
|
|
name: remove
|
|
options:
|
|
member:
|
|
description: The member to remove from the ticket
|
|
name: member
|
|
ticket:
|
|
description: The ticket to remove the member from
|
|
name: ticket
|
|
tag:
|
|
description: Use a tag
|
|
name: tag
|
|
options:
|
|
tag:
|
|
description: The name of the tag to use
|
|
name: tag
|
|
topic:
|
|
description: Change the topic of a ticket
|
|
name: topic
|
|
tickets:
|
|
description: List your own or someone else's tickets
|
|
name: tickets
|
|
options:
|
|
member:
|
|
description: The member to list the tickets of
|
|
name: member
|
|
transcript:
|
|
description: Get the transcript of a ticket
|
|
name: transcript
|
|
options:
|
|
ticket:
|
|
description: The number of the ticket to get the transcript of
|
|
name: ticket
|
|
user:
|
|
create:
|
|
name: Create a ticket for user
|
|
dm:
|
|
confirm_open:
|
|
title: 'Do you want to open a ticket with the following topic?'
|
|
log:
|
|
admin:
|
|
changes: Changes
|
|
description:
|
|
joined: '{user} {verb} {targetType}'
|
|
target:
|
|
category: a category
|
|
panel: a panel
|
|
question: a question
|
|
settings: the settings
|
|
tag: a tag
|
|
title:
|
|
joined: '{targetType} {verb}'
|
|
target:
|
|
category: Category
|
|
panel: Panel
|
|
question: Question
|
|
settings: Settings
|
|
tag: Tag
|
|
verb:
|
|
create: created
|
|
delete: deleted
|
|
update: updated
|
|
tickets:
|
|
menus:
|
|
category:
|
|
placeholder: Select a ticket category
|
|
guild:
|
|
placeholder: Select a server
|
|
misc:
|
|
no_categories:
|
|
description: No ticket categories have been configured.
|
|
title: ❌ There are no ticket categories
|
|
ratelimited:
|
|
description: Try again in a few seconds.
|
|
title: 🐢 Please slow down
|
|
unknown_category:
|
|
description: Please try a different category.
|
|
title: ❌ That ticket category doesn't exist
|
|
modals:
|
|
feedback:
|
|
title: Feedback
|
|
topic:
|
|
label: Topic
|
|
placeholder: What is this ticket about?
|
|
ticket:
|
|
created:
|
|
description: 'Your ticket channel has been created: {channel}.'
|
|
title: ✅ Ticket created
|
|
answers:
|
|
no_value: '*No response*'
|
|
opening_message:
|
|
content: |
|
|
{staff}
|
|
{creator} has created a new ticket
|
|
fields:
|
|
topic: Topic |