About Discord Application Bot
Video will be added soon.
Panel Management (Staff Server)
/panel create <name> <description> <ticket_category>
Creates a new ticket panel (ticket type) and sets which category tickets will be created in.
/panel list
Lists all panels with their Panel IDs, category IDs, and how many questions each has.
/panel add_question <panel_id> <q_type> <prompt> [required] [choices]
Adds a question to a panel’s DM application flow.
q_type: short | paragraph | yes_no | dropdown
choices: only for dropdown, separated with | (example: A|B|C)
/panel remove_question <panel_id> <question_number>
Removes a question by its position (1 = first question).
/panel edit <panel_id> [name] [description] [ticket_category] [color_hex] [image_url] [thumbnail_url] [footer_text] [button_label] [button_style]
Updates panel settings and how the posted panel looks (embed color/images/footer + button label/style).
/panel delete <panel_id>
Deletes a panel and automatically removes it from any mass panels that referenced it.
Mass Panel Menus (Staff Server)
/masspanel create <name> <description> <layout> <panel_ids>
Creates a “menu” that lets users choose from multiple panels.
layout: dropdown or buttons
panel_ids: comma-separated (example: p_abcd1234,p_efgh5678)
/masspanel list
Lists all mass panels with their IDs, layout type, and number of linked panels.
/masspanel edit <masspanel_id> [title] [description] [color_hex] [image_url] [thumbnail_url] [footer_text] [layout] [dropdown_placeholder] [button_style] [panel_ids]
Updates the mass panel’s appearance + layout + linked panel list.
/masspanel preview <masspanel_id>
Shows exactly what the mass panel looks like to users (embed + dropdown/buttons).
/masspanel delete <masspanel_id>
Deletes a mass panel menu.
Posting to the Application Server (Admin Only)
/postpanel <panel_id>
Posts a single panel embed + “Create Ticket” button in the application server.
/postmasspanel <masspanel_id>
Posts a mass panel menu (dropdown/buttons) in the application server.
Staff Tools
/stats <user> (Staff Server)
Shows ticket stats for a staff member: claimed and closed counts.
/ping (Both Servers)
Quick diagnostic command to confirm the bot is responding.
