Problem
Check bot and channel permissions when a feature cannot act in Discord.
Start at Workspace > Bot Connection and the affected Discord channel.
Common causes
- The bot role lacks a server permission needed by the feature.
- A channel or category override denies the permission.
- The bot role is below a role it must manage.
Checks
- 1
Read the feature's setup-health or save error for the exact permission.
- 2
Inspect the target channel's View Channel, Send Messages, Embed Links, Manage Messages, Manage Channels, or voice permissions as applicable.
- 3
For roles, compare the bot's highest role with the target role.
Fix
- 1
Grant only the permission the feature reports.
- 2
Repair the channel or category override.
- 3
Move the bot role above managed roles, then save and test again.