Create channel
create_channelCreate a text, voice, category, announcement, stage, or forum channel in a Discord server. Optionally set its topic or place it under an existing category.
Instructions
Create a channel. type can be: text, voice, category, announcement, stage, or forum. Use category to nest the new channel under an existing category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new channel. | |
| type | No | Channel type to create. | text |
| topic | No | Topic / description (text-style channels). | |
| server | No | Server (guild) name or id. Optional when the bot is in a single server or DISCORD_GUILD_ID is set. | |
| category | No | Name or id of an existing category to place this channel under. |