Create a studio channel
create_channelCreate a Discord text channel per game or artist, linking it to that game so tickets and the site's View channel button follow. Reuses an existing channel with the same name; requires Manage Channels.
Instructions
Make a text channel in the studio Discord server - one per game or per artist. Pass a game to point it at that game at the same time, which is the whole of setting a new game up: the channel exists, its tickets go there, and the site's View channel button follows. Running it twice with the same name reuses the channel already there rather than making a second one. The bot needs Manage Channels; without it this comes back saying so, and the fix is a fresh invite link, not another call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Game name or universe id. Given, the new channel is linked to it as well. | |
| name | Yes | What to call it. Tidied into the shape Discord accepts, so "Build a Mini City!" becomes build-a-mini-city. | |
| topic | No | Channel topic, shown under the name. | |
| category | No | Category to file it under, by name, e.g. "bugs stuff". Top level when left out. |