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:
/dashboard/settings/moderation-safety?tab=moderation. Open /dashboard/settings and Volvox.Bot redirects you to the default AI & Automation category.
Settings tabs
| Section | What you can configure |
|---|---|
| AI & Automation | AI chat, per-channel AI modes, triage, model routing, and memory |
| Onboarding & Growth | Welcome messages, rules verification, introductions, XP, level-up actions, and engagement badges |
| Moderation & Safety | Content safety, spam detection, moderation actions, warning rules, permissions, protected roles, and audit log retention |
| Community Tools | Command prefix, starboard highlights, and TL;DR summaries |
| Support & Integrations | Ticket mode, ticket panels, staff roles, limits, and transcript channels |
| Dashboard tab | Route | Feature docs |
|---|---|---|
| AI & Automation -> AI Chat | /dashboard/settings/ai-automation?tab=ai-chat | AI Chat settings |
| AI & Automation -> Triage | /dashboard/settings/ai-automation?tab=triage | AI triage settings |
| AI & Automation -> Memory | /dashboard/settings/ai-automation?tab=memory | Memory settings |
| Onboarding & Growth -> Welcome | /dashboard/settings/onboarding-growth?tab=welcome | Welcome settings |
| Onboarding & Growth -> Engagement | /dashboard/settings/onboarding-growth?tab=engagement | Engagement settings |
| Onboarding & Growth -> Reputation | /dashboard/settings/onboarding-growth?tab=reputation | Reputation settings |
| Onboarding & Growth -> Level Actions | /dashboard/settings/onboarding-growth?tab=xp-level-actions | Level-up actions |
| Moderation & Safety -> Content Safety | /dashboard/settings/moderation-safety?tab=ai-automod | AI auto-moderation settings |
| Moderation & Safety -> Spam Detection | /dashboard/settings/moderation-safety?tab=spam-detection | Spam detection settings |
| Moderation & Safety -> Moderation | /dashboard/settings/moderation-safety?tab=moderation | Classic moderation settings |
| Moderation & Safety -> Warning Rules | /dashboard/settings/moderation-safety?tab=warning-rules | Warning expiry and escalation |
| Moderation & Safety -> Permissions | /dashboard/settings/moderation-safety?tab=permissions | Permissions settings |
| Moderation & Safety -> Audit Log | /dashboard/settings/moderation-safety?tab=audit-log | Audit Log settings |
| Community Tools -> Commands | /dashboard/settings/community-tools?tab=commands | Command prefix |
| Community Tools -> Starboard | /dashboard/settings/community-tools?tab=starboard | Starboard |
| Community Tools -> TL;DR | /dashboard/settings/community-tools?tab=tldr | TL;DR settings |
| Support & Integrations -> Tickets | /dashboard/settings/support-integrations?tab=tickets | Ticket 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:
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.