Create channel
create_channelProvision a Discord channel or category in a guild, configuring permissions, type, topic, and rate limits for automated server setup.
Instructions
Create a channel (or category) in a guild. Overwrite permissions are given as permission names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| nsfw | No | ||
| type | No | text | |
| topic | No | ||
| guild_id | Yes | ||
| position | No | ||
| parent_id | No | Category channel id to place this channel under | |
| rate_limit_per_user | No | ||
| permission_overwrites | No |