discord_create_voice_channel
Create a new voice channel in a Discord server, optionally specifying a parent category.
Instructions
Creates a new voice channel in a Discord server with an optional parent category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| guildId | Yes | ||
| userLimit | No | Maximum number of users allowed (0 for unlimited) | |
| categoryId | No | Parent category ID to place the channel under | |
| channelName | Yes |