discord_edit_channel
Update a Discord channel's name, topic, slowmode, or NSFW flag. Only specified fields are changed; requires Manage Channels permission.
Instructions
Update a channel's name, topic, slowmode, or NSFW flag. Only provided fields change; topic and slowmode apply to text channels only. Requires the Manage Channels permission. Returns a confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID (snowflake) of the channel to edit. | |
| name | No | New channel name (max 100 characters). | |
| topic | No | New topic/description (text channels only). | |
| slowmode | No | Per-user message cooldown in seconds, 0–21600. 0 disables slowmode. | |
| nsfw | No | Mark (true) or unmark (false) the channel as age-restricted (NSFW). |