create_channel
Add a text or voice channel to a Discord server, optionally placing it inside a category.
Instructions
Create a text or voice channel, optionally inside a category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | ||
| name | Yes | ||
| type | No | text | |
| category_id | No | Parent category ID (optional) | |
| topic | No | Channel topic (text channels only, optional) |