Remove slash commands

Not fully tested but working so far
This commit is contained in:
Isaac
2021-03-29 23:34:50 +01:00
parent 82c3175f37
commit 245bba0c10
11 changed files with 104 additions and 350 deletions

View File

@@ -4,9 +4,11 @@
},
"commands": {
"new": {
"name": "new",
"description": "Create a new support ticket",
"options": {
"aliases": {
"create": "create",
"open": "open"
},
"args": {
"category": {
"name": "category",
"description": "The category you would like to create a new ticket for"
@@ -15,17 +17,19 @@
"name": "topic",
"description": "The topic of the ticket"
}
}
},
"description": "Create a new support ticket",
"name": "new"
},
"settings": {
"name": "settings",
"description": "Configure Discord Tickets",
"name": "settings",
"response": {
"updated": "✅ Settings have been updated."
}
}
},
"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",
"no_perm": "❌ You do not have the permissions required to use this command:\n%s",
"staff_only": "❌ You must be a member of staff to use this command."
}