Create channel
create_channelCreate a Discord channel (text, voice, forum, stage, announcement, or category) optionally under a category. Use dry run to preview before saving.
Instructions
Create a text, voice, forum, stage, announcement, or category channel, optionally inside a category. Permission overwrites come with the permissions tools in a later phase. Supports dry_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| name | Yes | Channel name. | |
| type | No | Channel type. Default text. | |
| category | No | Category name or ID to place the channel under. | |
| topic | No | Channel topic, for text-like channels. | |
| slowmode_seconds | No | Per-user message cooldown. | |
| nsfw | No | ||
| dry_run | No | Preview without creating. |