Skip to main content

Bot settings

All server configuration lives in the dashboard under Settings. No config files, no environment variables, no restarts.

How it works

You can edit server settings through the dashboard. The dashboard saves changes through the bot API, and the bot picks up new config on the next config refresh.
Use the dashboard search to quickly find a specific setting.

Shareable tab URLs

Every settings category and feature tab has its own URL. Bookmark or share a link to open the dashboard on the exact tab you want. Switching tabs updates the address bar with a ?tab= query parameter, and browser back and forward walk through your tab history. The URL pattern is:
https://volvox.bot/dashboard/settings/<category>?tab=<feature>
For example, the Link filter is inside the Moderation tab at /dashboard/settings/moderation-safety?tab=moderation. Open /dashboard/settings and Volvox.Bot redirects you to the default AI & Automation category.

Settings tabs

SectionWhat you can configure
AI & AutomationAI chat, per-channel AI modes, triage, model routing, and memory
Onboarding & GrowthWelcome messages, rules verification, introductions, XP, level-up actions, and engagement badges
Moderation & SafetyContent safety, spam detection, moderation actions, warning rules, permissions, protected roles, and audit log retention
Community ToolsCommand prefix, starboard highlights, and TL;DR summaries
Support & IntegrationsTicket mode, ticket panels, staff roles, limits, and transcript channels
Dashboard tabRouteFeature docs
AI & Automation -> AI Chat/dashboard/settings/ai-automation?tab=ai-chatAI Chat settings
AI & Automation -> Triage/dashboard/settings/ai-automation?tab=triageAI triage settings
AI & Automation -> Memory/dashboard/settings/ai-automation?tab=memoryMemory settings
Onboarding & Growth -> Welcome/dashboard/settings/onboarding-growth?tab=welcomeWelcome settings
Onboarding & Growth -> Engagement/dashboard/settings/onboarding-growth?tab=engagementEngagement settings
Onboarding & Growth -> Reputation/dashboard/settings/onboarding-growth?tab=reputationReputation settings
Onboarding & Growth -> Level Actions/dashboard/settings/onboarding-growth?tab=xp-level-actionsLevel-up actions
Moderation & Safety -> Content Safety/dashboard/settings/moderation-safety?tab=ai-automodAI auto-moderation settings
Moderation & Safety -> Spam Detection/dashboard/settings/moderation-safety?tab=spam-detectionSpam detection settings
Moderation & Safety -> Moderation/dashboard/settings/moderation-safety?tab=moderationClassic moderation settings
Moderation & Safety -> Warning Rules/dashboard/settings/moderation-safety?tab=warning-rulesWarning expiry and escalation
Moderation & Safety -> Permissions/dashboard/settings/moderation-safety?tab=permissionsPermissions settings
Moderation & Safety -> Audit Log/dashboard/settings/moderation-safety?tab=audit-logAudit Log settings
Community Tools -> Commands/dashboard/settings/community-tools?tab=commandsCommand prefix
Community Tools -> Starboard/dashboard/settings/community-tools?tab=starboardStarboard
Community Tools -> TL;DR/dashboard/settings/community-tools?tab=tldrTL;DR settings
Support & Integrations -> Tickets/dashboard/settings/support-integrations?tab=ticketsTicket settings

Command prefix

Set a text command prefix under Settings -> Community Tools -> Commands. A prefix can be one to five non-space characters, such as ., !, or ?. Leave the field blank to disable prefix commands and keep slash-only behavior. Prefix commands are an alias layer over slash commands — they reuse the exact same command names, options, and permission gates. A member who cannot run /ban also cannot run !ban, and a moderator who can run /timeout can run it either way.

When to use a prefix

  • Members on mobile or older clients prefer typing over the slash command picker.
  • You want quick, one-handed moderation actions during a raid.
  • Your community already uses a familiar prefix from a previous bot.

Allowed characters

  • One to five characters
  • No spaces, /, @, #, <, >, or backticks. Those collide with mentions, channels, or Markdown.
  • Common examples: ., !, ?, $, !!, ..

Example

With the prefix set to !, both calls below run the same handler and produce the same result:
/ban user:@spammer reason:advertising
!ban @spammer advertising
Quote arguments with spaces, just like a shell:
!timeout @spammer 10m "spamming invite links"
If a member runs a prefix command they don’t have permission for, the bot replies with the same permission error it sends for slash commands.

Saving changes

Settings are per-server. Each Discord server you add Volvox.Bot to has its own independent configuration. When you change settings, the dashboard shows a save bar with the pending changes. Save when you are ready, or discard changes to return to the last saved config.
The legacy /dashboard/config route redirects to /dashboard/settings.
Last modified on June 4, 2026