discord_set_channel_permissions
Sets permission overrides for a role or user on a Discord channel or category, specifying allowed and denied permissions with an optional reason.
Instructions
Sets permission overrides for a role or user on a channel or category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deny | No | Permission flags to deny (e.g. ['ViewChannel', 'SendMessages']) | |
| allow | No | Permission flags to allow (e.g. ['ViewChannel', 'SendMessages']) | |
| reason | No | ||
| roleId | Yes | Role or user ID to set permissions for | |
| channelId | Yes | Channel or category ID |