discord_mod_create_channel
Create a new text or voice channel in a Discord server by specifying the server ID and channel name, with optional topic and category settings.
Instructions
Creates a new text or voice channel in a Discord server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Channel topic (text channels only) | |
| guildId | Yes | The ID of the server | |
| categoryId | No | Parent category ID | |
| channelName | Yes | Channel name |