discord_clone_channel
Clone a Discord channel's name, topic, and permission overwrites without copying messages. Requires Manage Channels permission.
Instructions
Create a copy of a channel, including its name, topic, and permission overwrites (but not its messages). Requires the Manage Channels permission. Returns the cloned channel's name and ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID (snowflake) of the channel to clone. | |
| new_name | No | Optional name for the clone. Defaults to the source channel's name. |