Create channel
create_channelCreate a Discord channel selecting its type (text, voice, forum, stage, announcement, or category), place it under a category, and configure topic, slowmode, and NSFW. Use dry run to preview without 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 |
|---|---|---|---|
| name | Yes | Channel name. | |
| nsfw | No | ||
| type | No | Channel type. Default text. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| topic | No | Channel topic, for text-like channels. | |
| dry_run | No | Preview without creating. | |
| category | No | Category name or ID to place the channel under. | |
| slowmode_seconds | No | Per-user message cooldown. |