Missing Intents
Some Discord features require privileged gateway intents.
Likely Causes
- Server Members intent disabled
- Message Content intent disabled
- Presence intent disabled
Check With Diagnostics
/diagnostics run
/diagnostics module module:status_blacklist
/healthcheck
Exact Fixes
Open the Discord Developer Portal for the bot application and enable:
- Server Members Intent for welcome, verification, auto roles, sticky roles, and roster workflows.
- Message Content Intent for keyword responses, anti-link, and anti-spam.
- Presence Intent for Status Blacklist custom status detection.
Restart the bot after changing intents.
Common Symptoms
- Welcome does not trigger.
- Keyword responses do not fire.
- Anti-link and anti-spam do not detect messages.
- Status blacklist is not detecting statuses.