discord_move_channel
Move a channel into a category by providing its ID and target category ID, or omit the category to remove it from any category. Requires 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. |