discord_set_channel_position
Set a channel's position within its category to reorder the display. Requires 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 |
|---|---|---|---|
| position | Yes | Zero-based position within the category (0 = top). | |
| channel_id | Yes | ID (snowflake) of the channel to reposition. |