File a ticket
create_ticketOpen a game ticket for concept reviews, final reviews, payments, or status updates. Each ticket creates a dedicated Discord channel with Approve, Deny, and Close buttons to streamline team decisions.
Instructions
Open a ticket on a game — the same thing the /ticket command does in Discord. Each ticket gets a channel of its own, named 🟢-0001 and filed under a category named after the game, so the sidebar reads as what is open on it; closing the ticket renames that channel to closed-0001 and drops the dot. The ticket itself is an embed with Approve, Deny and Close buttons. Use type 'payment' with amountUsd to ask for money; it counts as paid once someone clicks Paid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game name or universe id. | |
| role | No | Also DM this Discord role, for people who prefer DMs to channels. | |
| type | Yes | concept_review, final_review, payment, or status. | |
| title | Yes | Short summary, shown as the embed heading. | |
| amountUsd | No | What it costs, in dollars. Required for a payment ticket. | |
| imageUrls | No | Already-public image URLs to attach. Up to 4 in total with imagePaths. | |
| imagePaths | No | Local image files to attach. Uploaded automatically. Up to 4. | |
| paypalLink | No | Where to send the money, e.g. paypal.me/name. | |
| description | Yes | What needs doing, or what happened. |