Question types are
Short Text, Long Text, Select, and Multi Select. An earlier
file-upload question type was removed from the codebase because Discord modals have no file
input — it never actually recorded an answer. File collection today happens through the
Intake plugin’s dedicated attachment field instead./addform — Create a new ticket intake form
/addform — Create a new ticket intake form
CAN_MANAGE_PANEL/viewforms — List this server's ticket intake forms
/viewforms — List this server's ticket intake forms
/removeform — Delete a ticket intake form
/removeform — Delete a ticket intake form
CAN_MANAGE_PANEL/listquestions — List a form's questions in order
/listquestions — List a form's questions in order
/removequestion — Remove a question from a form
/removequestion — Remove a question from a form
label must match the question’s exact text — check /listquestions first.Permission: CAN_MANAGE_PANEL/addquestion — Add a question to a form
/addquestion — Add a question to a form
required defaults to true. options is only used for Select/Multi Select questions.Permission: CAN_MANAGE_PANELExample: /addquestion form:support type:Short Text label:What's your order number? required:true