DiscordTickets/src/locales/en-GB.json
2021-03-15 21:12:58 +00:00

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."
}