Ticket creation

This commit is contained in:
Isaac
2021-03-28 23:49:36 +01:00
parent 91c53f38e6
commit 82c3175f37
8 changed files with 135 additions and 55 deletions

View File

@@ -1,5 +1,4 @@
{
"admin_only": "❌ You must be an administrator to use this command.",
"bot": {
"version": "Discord Tickets v%s by eartharoid"
},
@@ -28,5 +27,5 @@
},
"must_be_slash": "❌ This command must be invoked by a slash command interaction (`/%s`).",
"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."
"staff_only": "❌ You must be a member of staff to use this command."
}