create_channel
Create a new channel in a Discord server. Specify type, name, topic, and parent to set up text, voice, category, announcement, or forum channels.
Instructions
Create a new channel in the server. channel_type: 0 for GUILD_TEXT, 2 for GUILD_VOICE, 4 for GUILD_CATEGORY, 5 for GUILD_ANNOUNCEMENT, 15 for GUILD_FORUM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| topic | No | ||
| reason | No | ||
| guild_id | No | ||
| parent_id | No | ||
| channel_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |