discord_create_forum_channel
Create a forum channel in a Discord server, optionally under a specific category.
Instructions
Creates a new forum channel in a Discord server, optionally under a category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| topic | No | The forum channel guidelines/description | |
| guildId | Yes | ||
| categoryId | No | The ID of the parent category to create the channel under |