Database things, pinned messages, start on ticket claiming

This commit is contained in:
Isaac
2021-05-03 16:30:52 +01:00
parent eb1fb737bb
commit a7248d88ea
13 changed files with 169 additions and 49 deletions

View File

@@ -25,7 +25,7 @@
"member_or_role": {
"name": "memberOrRole",
"description": "A member mention, a role mention, or the ID of a member or role",
"example": "@naughty-member"
"example": "@NaughtyMember"
}
},
"description": "Blacklist/unblacklist a member from interacting with the bot",
@@ -152,6 +152,19 @@
"response": {
"updated": "✅ Settings have been updated."
}
},
"transfer": {
"aliases": {},
"args": {
"member": {
"description": "A member mention or the ID of the member to transfer the ticket to",
"example": "@StaffMember",
"name": "member"
}
},
"description": "Transfer a ticket to another staff member",
"name": "transfer",
"response": {}
}
},
"command_execution_error": {