discord_set_channel_position
Set a channel's position within its category to reorder it. Requires Manage Channels permission and returns a confirmation.
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). |