mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-13 23:53:08 +02:00
24 lines
636 B
JSON
24 lines
636 B
JSON
{
|
|
"admin_only": "❌ You must be an administrator to use this command.",
|
|
"bot": {
|
|
"version": "Discord Tickets v%s by eartharoid"
|
|
},
|
|
"commands": {
|
|
"new": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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."
|
|
} |