discord_move_channel
Move a Discord channel into a specific category or remove it from its category. Omit category_id to uncategorize. Needs Manage Channels permission.
Instructions
Move a channel into a category, or remove it from its category when category_id is omitted. Requires the Manage Channels permission. Use discord_set_channel_position to reorder within a category. Returns a confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID (snowflake) of the channel to move. | |
| category_id | No | Target category (snowflake). Omit to move the channel out of any category. |