2021-02-19 23:26:02 +02:00
|
|
|
{
|
2021-02-20 19:09:08 +02:00
|
|
|
"admin_only": "❌ You must be an administrator to use this command.",
|
2021-02-19 23:26:02 +02:00
|
|
|
"bot": {
|
2021-03-15 23:12:58 +02:00
|
|
|
"version": "Discord Tickets v%s by eartharoid"
|
2021-02-20 19:09:08 +02:00
|
|
|
},
|
2021-03-15 23:12:58 +02:00
|
|
|
"commands": {
|
2021-02-20 19:09:08 +02:00
|
|
|
"new": {
|
2021-03-15 23:12:58 +02:00
|
|
|
"name": "new",
|
|
|
|
"description": "Create a new support ticket",
|
|
|
|
"options": {
|
|
|
|
"category": {
|
|
|
|
"name": "category",
|
|
|
|
"description": "The category you would like to create a new ticket for"
|
|
|
|
},
|
|
|
|
"topic": {
|
|
|
|
"name": "topic",
|
|
|
|
"description": "The topic of the ticket"
|
|
|
|
}
|
|
|
|
}
|
2021-03-22 00:52:32 +02:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"name": "settings",
|
|
|
|
"description": "Configure Discord Tickets"
|
2021-02-20 19:09:08 +02:00
|
|
|
}
|
|
|
|
},
|
2021-03-24 01:32:24 +02:00
|
|
|
"must_be_slash": "❌ This command must be invoked by a slash command interaction (`/%s`).",
|
2021-02-20 19:09:08 +02:00
|
|
|
"no_perm": "❌ You do not have the permissions required to use this command:\n%s",
|
|
|
|
"support_only": "❌ You must be a member of staff to use this command."
|
2021-02-19 23:26:02 +02:00
|
|
|
}
|