Skip to Content
Welcome to the Orax Bot documentation!
CommandsOverview

Commands Overview

Orax uses Discord slash commands for all interactions. Commands are registered globally and available in any server where the bot is present. On Fluxer the same command names work as text commands.

All Commands

CommandPermissionDescription
/create-interserv-groupAdministratorCreate a new interserv group and get a join link
/link-channelAdministratorLink a channel to an existing interserv group
/unlink-channelAdministratorUnlink a channel from all interserv groups
/channel-infosEveryoneView info about the group linked to the current channel
/debug-channelEveryoneRun diagnostics on a text channel’s webhook and permissions
/resyncAdministrator (Orax Plus)Re-sync the last 30 messages if they weren’t synchronized
/lockModerator (owner server)Prevent non-admins from sending messages in the group
/unlockModerator (owner server)Reverse a lock, allowing messages again
/manage-groupModeratorInteractive button panel for group settings
/mute-user-from-interserv-groupModeratorMute a user from the interserv group
/unmute-user-from-interserv-groupModeratorUnmute a user from the interserv group
/trackEveryoneTrace a synced message to its original author and server
/rulesEveryoneView the group’s custom rules
/helpEveryoneHelp text, links, and (for admins) language picker
/settingsEveryonePersonal nickname and who can ping you
/giveawayAdministrator or moderatorCreate and manage giveaways

Moderator permission means the user must be a group moderator (configured in group settings) or have Manage Messages permission in the server by default.

Using Commands

On Discord, type / to search slash commands. On Fluxer, type the same command names as text (for example /help).

Command Permissions

  • Administrator — The user must have the Administrator permission in the Discord server
  • Moderator — Group moderator, or Manage Messages if no custom moderator list is set. Server administrators always count
  • Everyone — Any server member can use this command

Commands are shown to everyone in Discord. The bot enforces permissions in code.

Deprecated aliases: /ban-user-from-interserv-group and /unban-user-from-interserv-group still work but will be removed — use mute/unmute instead.

Need Help?

If you’re having trouble with commands, try the /debug-channel command to diagnose common issues. You can also visit our support Discord server  for help.

Last updated on