discord_create_channel
Create a channel or category in a Discord guild, supporting text, voice, announcement, stage, forum, and category types. Optionally nest under a parent category.
Instructions
Create a channel or category in a guild. type: 0=text, 2=voice, 4=category, 5=announcement, 13=stage, 15=forum. Put a channel under a category with parentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| nsfw | No | ||
| type | No | 0 text, 2 voice, 4 category, 5 announcement, 13 stage, 15 forum | |
| topic | No | ||
| reason | No | ||
| bitrate | No | Voice only | |
| guildId | Yes | ||
| parentId | No | Category ID to nest under | |
| position | No | ||
| userLimit | No | Voice only | |
| slowmodeSeconds | No |