Skip to Content
Welcome to the Orax Bot documentation!
ConfigurationGroup Settings

Group Settings

Group settings apply to all channels in the interserv group across all connected servers. They are the default configuration that individual channels can override.

All Group Settings

Basic Configuration

SettingDescriptionDefault
Custom Usernames PatternPattern for displayed usernames (e.g., {username} [{serverName}]){username}
Custom User Picture URLURL pattern for user avatars (e.g., {userAvatarUrl})User’s Discord avatar
Reply StyleHow replies are formatted: Embed, Quote, Quote (no jump), Embed (no jump)Embed
Allow @everyone/@hereWhether @everyone and @here pings are relayedDisabled
Sync Role MentionsWhether role mentions are mapped across servers by role nameDisabled

Moderation & Security

SettingDescriptionDefault
ModeratorsList of usernames who can use moderator commandsMembers with Manage Messages
Word BlacklistList of words that will block a message from being sentEmpty
Message FiltersAdvanced rule-based filtering (keyword, media, author)Empty
Log MessagesLog interserv messages to a specific Discord channelDisabled
Custom RulesRules text shown by the /rules commandEmpty

Privacy & Synchronization

SettingDescriptionDefault
User Warning MessageWhether to show first-time warning to usersEnabled
Custom Warning MessageCustom text for the warning messageDefault Orax warning
Delete SyncWhether message deletions are syncedEnabled
LockWhether the group is locked (non-admins can’t send)Unlocked

Additional Settings

SettingDescriptionDefault
AnnouncementsWhether the group receives Orax announcementsEnabled
Interserv HelperPeriodic info message with server list and statsEnabled
Disable SyncCompletely disable message synchronizationEnabled (sync active)
TranslationAutomatically translate synced messages into each channel’s target language (Orax Plus required)Disabled

How to Configure

Via Discord

Use the /manage-group command in any linked channel to open the interactive settings panel with toggle buttons.

Via Dashboard

Visit oraxbot.com/dashboard  → Select your server → Select the group → Configure settings in the organized panels.

The dashboard provides a more visual and comprehensive configuration experience, especially for complex settings like message filters and custom username patterns.

Custom Username Variables

Custom username patterns support dynamic variables:

VariableReplaced with
{username}The user’s Discord username
{nickname}The user’s server-specific nickname
{serverName}The name of the originating Discord server
{role}The user’s highest role name
{userAvatarUrl}The user’s Discord avatar URL (for picture pattern)

See Custom Usernames for detailed examples.

Last updated on