/debug-channel
Runs diagnostic checks on a text channel to help troubleshoot issues with message synchronization. Discord only — Fluxer replies that this command is not supported.
Usage
/debug-channel channel:<channel>| Parameter | Type | Required | Description |
|---|---|---|---|
channel | Channel | Yes | Text channel to inspect |
Permissions
- Everyone — Any server member can use this command
What It Checks
| Check | Description |
|---|---|
| Channel linked | Confirms the channel is linked to an interserv group |
| Group id | Shows the group id if the channel is linked |
| Multiple groups | Warns if the channel is linked to more than one group |
| Group locked | Whether lock is deleting non-admin messages |
| Sync disabled | Whether relay is paused |
| Filter rules | Count of active message filters |
| Message direction | Per-channel incoming/outgoing overrides in the group |
| Manage Webhooks | Bot can manage webhooks in the channel |
| Send Messages | Bot can send messages in the channel |
| Webhook | Orax webhook is present |
Example Output
All checks pass:
general debugging
Channel type : ✅ Inter-server channel Group id : ✅ 42 Group locked : ✅ No Sync disabled : ✅ No Filter rules : ✅ None Can manage webhooks : ✅ Yes Can send messages : ✅ Yes Webhook : ✅ Found
Issues found:
general debugging
Channel type : ✅ Inter-server channel Group id : ✅ 42 Can manage webhooks : ✅ Yes Can send messages : ✅ Yes No webhook found ❌ No webhook found
If you’re experiencing issues with message sync, run this command first to identify the problem. The most common issue is a deleted webhook.
Last updated on