discord_set_channel_position
Assign a new zero-based position to a channel to reorder it within its category. Requires the Manage Channels permission.
Instructions
Set a channel's display order within its category. Use discord_move_channel to change which category it belongs to. Requires the Manage Channels permission. Returns a confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID (snowflake) of the channel to reposition. | |
| position | Yes | Zero-based position within the category (0 = top). |