settings command stuff

This commit is contained in:
Isaac
2021-03-23 23:50:00 +00:00
parent ffc415354a
commit dfb3f1ca02
2 changed files with 13 additions and 9 deletions

View File

@@ -20,7 +20,10 @@
},
"settings": {
"name": "settings",
"description": "Configure Discord Tickets"
"description": "Configure Discord Tickets",
"response": {
"updated": "✅ Settings have been updated."
}
}
},
"must_be_slash": "❌ This command must be invoked by a slash command interaction (`/%s`).",