Skip to Content
Welcome to the Orax Bot documentation!
CommandsDebug Channel

/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>
ParameterTypeRequiredDescription
channelChannelYesText channel to inspect

Permissions

  • Everyone — Any server member can use this command

What It Checks

CheckDescription
Channel linkedConfirms the channel is linked to an interserv group
Group idShows the group id if the channel is linked
Multiple groupsWarns if the channel is linked to more than one group
Group lockedWhether lock is deleting non-admin messages
Sync disabledWhether relay is paused
Filter rulesCount of active message filters
Message directionPer-channel incoming/outgoing overrides in the group
Manage WebhooksBot can manage webhooks in the channel
Send MessagesBot can send messages in the channel
WebhookOrax 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