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.

All Commands

CommandPermissionDescription
/create-interserv-groupAdministratorCreate a new interserv group and get a join link
/link-channelManage MessagesLink 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 the channel’s webhook and permissions
/lockModeratorPrevent non-admins from sending messages in the group
/unlockModeratorReverse a lock, allowing messages again
/manage-groupManage GuildInteractive button panel for group settings
/ban-user-from-interserv-groupModeratorBan a user from the interserv group
/unban-user-from-interserv-groupModeratorUnban a user from the interserv group
/trackEveryoneTrace a synced message to its original author and server
/rulesEveryoneView the group’s custom rules

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

All Orax commands are slash commands. Type / in any channel where the bot is present to see available commands. You can also use the command palette in Discord to search for commands.

Command Permissions

  • Administrator — The user must have the Administrator permission in the Discord server
  • Manage Messages — The user must have the Manage Messages permission
  • Manage Guild — The user must have the Manage Server permission
  • Moderator — The user must be listed as a moderator in the group settings, or have Manage Messages permission by default
  • Everyone — Any server member can use this command

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