Guide
Getting Started
Volt is a Discord engagement bot that turns passive servers into active, rewarding communities. It tracks messages, reactions, and voice activity to generate voltage scores, powers a weekly leaderboard with automated rewards, and includes a full points economy, game integrations, moderation suite, and audio toolbox.
Quick start
- Subscribe — Pick a tier on the pricing page and complete checkout.
- Install — Use the invite link from your confirmation email to add Volt to your server.
- Run /setup — The interactive wizard walks you through every configuration step in under two minutes.
Key features at a glance
Voltage Leaderboard
Track and rank member engagement automatically
Weekly Winners
Automated reward roles for top contributors
Points Economy
Server-wide currency with transfers and audit log
Moderation Suite
26 commands for warnings, bans, locks, and case tracking
Game Integrations
Valorant and Counter-Strike map bans and drafts
Audio Toolbox
14 AI-powered audio processing commands
Setup Wizard
Run /setup to launch the wizard. It guides you through nine steps with interactive menus — no manual config files needed.
Admin Roles
Select which roles can manage Volt settings.
Leaderboard Channel
Choose where the weekly leaderboard is posted.
Tracked Channels
Pick which channels contribute to voltage scores.
Announcement Channel
Set where winner announcements go.
Voltage Roles
Configure reward roles for 1st, 2nd, and 3rd place.
Multipliers
Set score multipliers for different activity types.
Weekly Rewards
Enable or disable the automatic weekly cycle.
Branding
Customize the bot's embed color and footer text.
Confirmation
Review all settings and confirm to activate Volt.
Settings
After initial setup, use /settings to open an interactive panel that lets you modify any configuration option on the fly. Changes take effect immediately.
Interactive Menu
The settings panel uses Discord's select menus and buttons — no slash command arguments required. Navigate categories, toggle options, and update values with a few clicks.
Preview Embeds
Use /previewembed to see exactly how your leaderboard and announcement embeds will look before the next cycle runs.
Permissions
Volt needs the following Discord permissions to function. The invite link requests these automatically, but if you're troubleshooting, verify the bot role has all of them enabled.
Admin & Moderator Roles
During setup, you designate which roles count as “Admin” and “Moderator” for Volt commands. Admins can access all commands; Moderators can use moderation tools but not server configuration commands.
Tier Overview
Volt offers three tiers. Every tier includes the core engagement system — higher tiers unlock additional tools and customizations.
| Feature | Starter | Pro | Enterprise |
|---|---|---|---|
| Voltage Leaderboard | |||
| Voice Tracking | |||
| Weekly Winners | |||
| Points Economy | |||
| Economy Audit Log | |||
| Setup Wizard | |||
| Interactive Settings | |||
| Counter-Strike Tools | |||
| Valorant Tools | |||
| In-Discord Games & Stats | |||
| Industry-Grade Moderation | |||
| Custom Branding | |||
| White-Label | |||
| Audio Toolbox (14 commands) | |||
| Support Ticketing System | |||
| Priority Support |
Command Reference
All Commands
Complete reference for every Volt command, organized by category.
Voltage System
The core engagement tracking system. Members earn voltage points through messages, voice activity, and in-Discord game results (game voltage). The leaderboard ranks members by weekly voltage and all-time totals.
/voltage leaderboard
Display the server's voltage leaderboard showing top members by engagement score.
/voltage leaderboard/voltage winners
View past weekly winners and their winning voltage scores.
/voltage winners/voltage status
See voltage generated across each channel and an estimated reward pool for the current week. Shows a game voltage 🥊 field when any game voltage is non-zero.
/voltage statusGame voltage (e.g. Street Fight win HP remaining × 100) is included in the total volt and reward pool calculation. More games will contribute game voltage in the future.
/voltage estimate
Quick one-liner showing how many days of activity are currently being counted, the total voltage generated in that window, and the estimated reward pool for this cycle.
/voltage estimateThe reward pool estimate uses the same formula as /voltage status: total voltage ÷ 1000, capped at the configured weekly reward amount. The server currency emoji is shown next to the estimated pool.
/voltage how
Shows the server's voltage multipliers and eligible tracking channels. Displays the in-voice multiplier, booster multiplier, and their combined value, followed by up to 5 tracked text channel mentions, and a tip on how to maximise voltage earn rate.
/voltage howShows '⚠️ None configured' for channels if no text channels have been set up via /settings → Channel Tracking.
Weekly Winners
Automated weekly reward cycles. At the end of each week, top-voltage members receive designated reward roles and an announcement is posted in your configured channel.
/rewards distribute
Manually trigger reward distribution for the current cycle. Useful for testing or off-schedule distributions.
/rewards distributeRequires: Admin only
/rewards toggle
Enable or disable the automatic weekly reward distribution cycle.
/rewards toggleRequires: Admin only
Rewards Enforcement
Per-user voltage ban system with automatic server tag enforcement. Banned members are blocked at the source — their messages are not stored and game wins are not recorded — so no voltage accrues while a ban is active. They are also excluded from the leaderboard and reward distributions, and their wallet operations are restricted. The auto-enforcement background task runs every 15 minutes — no manual scanning required.
/rewards ban
Ban a member from voltage ranking and wallet operations. While banned, the member's messages are not stored and game wins are not recorded, so no new voltage accrues. They are immediately removed from the leaderboard, excluded from reward distributions, and their /points transfer, /credit, and /debit operations are blocked.
/rewards ban <member> <reason> [public] [channel]- • member — The member to ban.
- • reason — Reason for the ban (required).
- • public — Optional. Yes/No. Posts the ban embed publicly to the channel.
- • channel — Optional. Route the public embed to a specific channel.
Requires: Discord Administrator only
Triggers an immediate leaderboard refresh and posts an audit log entry to the configured audit log channel.
/rewards unban
Lift an active voltage ban from a member, restoring their leaderboard eligibility and wallet access.
/rewards unban <member> [reason] [public] [channel]- • member — The member to unban.
- • reason — Optional reason for lifting the ban.
- • public — Optional. Yes/No. Posts the unban embed publicly.
- • channel — Optional. Route the public embed to a specific channel.
Requires: Discord Administrator only
Records the unban timestamp and reason. Triggers an immediate leaderboard refresh and posts an audit log entry.
/rewards bans
View the server's full voltage ban history, paginated at 10 entries per page. Active bans are listed first (newest-first), followed by inactive bans. Auto-bans issued by the tag enforcement system are marked with a 🔴 [AUTO] badge.
/rewards bans [public] [channel]- • public — Optional. Yes/No. Posts the ban list publicly.
- • channel — Optional. Route the public embed to a specific channel.
Requires: Discord Administrator only
/rewards tagscan
Enable or disable the periodic server tag enforcement scan for this server. Turning it off immediately lifts all active auto-bans and removes their wallet restrictions, then reports how many were lifted. Turning it on resumes enforcement — the next automatic scan runs within 15 minutes.
/rewards tagscan <on|off>- • on — Enable periodic server tag enforcement. Next scan runs within 15 minutes.
- • off — Disable enforcement. All active auto-bans are lifted immediately and a leaderboard refresh is triggered.
Requires: Discord Administrator only
Tag scan defaults to enabled for all servers. Disabling is non-destructive for manually-placed bans — only auto-bans (auto_ban=True) are lifted when turned off. Re-enabling does not retroactively re-ban anyone; the next scheduled scan will re-evaluate all members.
/rewards scantag
Manually trigger a server tag compliance scan for all members holding the High Voltage role. Returns a 3-view navigation embed: Scan Summary (members checked, bans issued, bans lifted, already compliant), Banned Members, and Unbanned Members.
/rewards scantag [public] [channel]- • public — Optional. Yes/No. Posts the scan result publicly.
- • channel — Optional. Route the public embed to a specific channel.
Requires: Discord Administrator only
Requires high_voltage_role_id to be configured via /settings. If tag scan is disabled via /rewards tagscan off, this command returns an informational embed instead of running — use /rewards tagscan on to re-enable first.
Automatic Tag Enforcement
A background task runs every 15 minutes checking all members with the High Voltage role. Members not displaying the guild's server (clan) tag are automatically voltage-banned. Members with an active auto-ban who subsequently adopt the server tag are automatically unbanned. Manually-placed bans are never modified by the auto system.
Requires high_voltage_role_id to be configured. Auto-bans are flagged with auto_ban=True and attributed to the bot. Audit log entries are posted as [REWARDS AUTO-BAN] and [REWARDS AUTO-UNBAN]. Silently skipped per guild if the High Voltage role is not configured.
Voice Tracking
Automatic voice channel activity tracking. Volt monitors time spent in voice channels and factors it into voltage scores. No commands needed — tracking is fully automatic once the bot is configured.
Automatic Tracking
Voice tracking starts automatically when Volt is added to your server. Time in voice channels contributes to voltage scores. AFK channels, muted users, and solo users can be excluded via settings.
Configure tracked channels and exclusions in /settings → Voice Tracking.
Points Economy
A server-wide currency system. Admins can credit and debit points, members can check balances, transfer points, and browse their full transaction history. All operations are logged for auditing.
/points balance
Check your current point balance or another member's.
/points balance [@user]- • @user — Optional. View another member's balance.
If the target user has an active voltage ban, a ban notice field is appended to the balance embed.
/points transfer
Transfer points from your balance to another member.
/points transfer @user <amount>- • @user — The recipient.
- • amount — Number of points to transfer.
Blocked with an ephemeral 'Transfer Restricted' error if either the sender or the recipient has an active voltage ban.
/points transactions
View your points transaction history, or another member's. Each entry shows the direction, signed amount, balance after, transaction type, counterpart (sender/recipient/admin), and a relative timestamp. Paginated at 10 entries per page.
/points transactions [@user]- • @user — Optional. View another member's history. Defaults to yourself.
Bots cannot be selected as a target. Members with no transaction history see a tailored empty-state message.
/rich
Display the richest members in the server by point balance. Shows all members with a balance above 0, paginated at 10 per page.
/richTitle, description, color, thumbnail, and footer are configurable via /settings → Rich Embed.
/credit
Add points to a member's balance.
/credit @user <amount> [reason]- • @user — The member to credit.
- • amount — Points to add.
- • reason — Optional reason for the credit.
Requires: Admin only
Blocked with an ephemeral 'Wallet Restricted' embed if the target user has an active voltage ban.
/debit
Remove points from a member's balance.
/debit @user <amount> [reason]- • @user — The member to debit.
- • amount — Points to remove.
- • reason — Optional reason for the debit.
Requires: Admin only
Blocked with an ephemeral 'Wallet Restricted' embed if the target user has an active voltage ban.
Games
Real-time in-Discord games for Pro and Enterprise servers. Start matches with `/games`, then use `/gamestats` to review leaderboards, recent history, and player profiles.
Street Fight
Use this for competitive 1v1 battles with skill-based turns. Pick your moves carefully, build charge for your signature attack, and play for both wins and stronger RR rating progress.
Russian Roulette
Use this when you want a fast, high-risk game night round. It is simple to launch, quick to resolve, and ideal for short challenge streaks between members.
Tic-Tac-Toe
Use this for lightweight, casual matchups. Start a game instantly, play on the interactive 3x3 grid, and track wins, losses, and draws over time.
Speed Chess
Use this for a quick competitive chess match. Each turn you choose from up to 5 engine-ranked moves — you have 5 seconds to decide or the top move plays automatically. Games are capped at 3 minutes and resolved by material if time runs out. Winners earn +25 RR and voltage; losers lose RR scaled to how slowly they played.
/games
ProLaunch a game against another member. If no game or opponent is provided, an interactive selector guides you through the choice.
/games [game] [@opponent]- • game — Optional. Street Fight, Tic-Tac-Toe, Russian Roulette, or Speed Chess.
- • @opponent — Optional. The member to challenge.
If both parameters are omitted, a game selector appears first, then an opponent selector.
/gamestats leaderboard
ProView the server leaderboard for a specific game, ranked by that game's competitive metric.
/gamestats leaderboard game: <Street Fight | Russian Roulette | Tic-Tac-Toe | Speed Chess>- • game - The game to show the leaderboard for.
/gamestats history
ProView recent match history for a specific game, newest-first with 10 matches per page.
/gamestats history game: <Street Fight | Russian Roulette | Tic-Tac-Toe | Speed Chess>- • game - The game to show history for.
/gamestats profile
ProView a full player stat card for a specific game - record, win rate, streaks, ratings, and server rank.
/gamestats profile game: <Street Fight | Russian Roulette | Tic-Tac-Toe | Speed Chess> [@user]- • game — The game to show the profile for.
- • @user — Optional. Defaults to the invoking user.
Moderation Suite
A comprehensive set of industry-grade moderation tools. Every command accepts an optional `public` parameter (Yes/No) that makes the response visible to the channel instead of ephemeral, and an optional `channel` parameter to route the public embed to a specific channel. Manage warnings, bans, mutes, channel locks, case tracking, and more — all with full audit logging.
/warn
ProIssue a warning to a member. Logged in the case system.
/warn @user [reason]- • @user — The member to warn.
- • reason — Optional reason for the warning.
Requires: Moderator
/warnings
ProView all active warnings for a member.
/warnings @userRequires: Moderator
/removewarn
ProRemove a specific warning by its case ID.
/removewarn <case_id>Requires: Moderator
/clearwarnings
ProClear all warnings for a member.
/clearwarnings @userRequires: Admin only
/ban
ProPermanently ban a member from the server with an optional reason.
/ban @user [reason] [delete_days]- • @user — The member to ban.
- • reason — Optional reason.
- • delete_days — Days of messages to delete (0–7).
Requires: Admin only
/tempban
ProTemporarily ban a member for a specified duration.
/tempban @user <duration> [reason]- • @user — The member to tempban.
- • duration — Ban length (e.g. 7d, 24h).
- • reason — Optional reason.
Requires: Admin only
/unban
ProUnban a previously banned user.
/unban <user_id>Requires: Admin only
/softban
ProBan and immediately unban a member to purge their recent messages.
/softban @user [reason]Requires: Admin only
/kick
ProKick a member from the server.
/kick @user [reason]Requires: Moderator
/mute
ProTimeout a member for a specified duration.
/mute @user <duration> [reason]- • @user — The member to mute.
- • duration — Mute length (e.g. 10m, 1h, 1d).
- • reason — Optional reason.
Requires: Moderator
/unmute
ProRemove a timeout from a member.
/unmute @userRequires: Moderator
/lock
ProLock a channel, preventing members from sending messages.
/lock [#channel] [reason]- • #channel — Optional. Defaults to current channel.
- • reason — Optional reason shown in the lock message.
Requires: Moderator
/unlock
ProUnlock a previously locked channel.
/unlock [#channel]Requires: Moderator
/slowmode
ProSet a slowmode delay on a channel.
/slowmode <seconds> [#channel]- • seconds — Delay between messages (0 to disable).
- • #channel — Optional. Defaults to current channel.
Requires: Moderator
/lockdown activate
ProLock all configured channels simultaneously during emergencies.
/lockdown activate [reason]Requires: Admin only
/lockdown remove
ProRemove a server-wide lockdown and restore channel access.
/lockdown removeRequires: Admin only
/case
ProLook up a specific moderation case by its ID.
/case <case_id>Requires: Moderator
/reason
ProUpdate the reason on an existing moderation case.
/reason <case_id> <new_reason>Requires: Moderator
/modlog
ProView a member's full moderation history across all case types.
/modlog @userRequires: Moderator
/note
ProAdd a private moderator note to a member's record.
/note @user <text>Requires: Moderator
/notes
ProView all moderator notes for a member.
/notes @userRequires: Moderator
/removenote
ProRemove a specific moderator note by ID.
/removenote <note_id>Requires: Moderator
/whois
ProGet detailed information about a member including join date, roles, and moderation summary.
/whois @userRequires: Moderator
/clear
ProBulk delete messages in a channel. Can filter by user.
/clear <amount> [@user]- • amount — Number of messages to delete (1–100).
- • @user — Optional. Only delete messages from this user.
Requires: Moderator
/embed
ProCreate and send a rich embed message. Running with no arguments opens a full GUI builder with modals for title, description, color, author, footer, images, and up to 25 fields, plus a live preview.
/embedRequires: Moderator
Opens an interactive embed builder with live preview. Supports \n escape sequences in all text fields.
/announce
ProSend a formatted announcement to a specified channel.
/announce <#channel> <message>Requires: Admin only
Moderation Config
Configure how the moderation suite behaves — set log channels, DM notifications, appeal links, and escalation thresholds.
/modconfig logchannel
ProSet or change the channel where moderation actions are logged.
/modconfig logchannel <#channel>Requires: Admin only
/modconfig dmnotify
ProToggle whether members receive DM notifications when moderated.
/modconfig dmnotify <on|off>Requires: Admin only
/modconfig appeallink
ProSet a URL members can use to appeal moderation actions.
/modconfig appeallink <url>Requires: Admin only
/modconfig escalation
ProConfigure automatic escalation rules based on warning count (e.g. auto-mute at 3 warnings).
/modconfig escalation <threshold> <action>- • threshold — Number of warnings to trigger the action.
- • action — The action to take (mute, kick, ban).
Requires: Admin only
/modconfig roles
ProAdd a Discord role to the admin or moderator role list for moderation permission checks.
/modconfig roles <admin|moderator> @role- • admin|moderator — Which role list to add to.
- • @role — The role to grant access.
Requires: Admin only
/modconfig removerole
ProRemove a role from the admin or moderator role list.
/modconfig removerole <admin|moderator> @role- • admin|moderator — Which role list to remove from.
- • @role — The role to revoke.
Requires: Admin only
/modconfig show
ProDisplay the current moderation configuration.
/modconfig showRequires: Admin only
Valorant Tools
Competitive Valorant utilities for your community. Run map ban sequences and agent drafts directly in Discord.
/valorant mapban
ProStart an interactive map ban/pick sequence between two teams or captains.
/valorant mapban @captain1 @captain2- • @captain1 — First team captain.
- • @captain2 — Second team captain.
/valorant draft
ProRun an agent draft for scrims or tournaments with alternating picks.
/valorant draft @captain1 @captain2- • @captain1 — First team captain.
- • @captain2 — Second team captain.
Counter-Strike Tools
Counter-Strike utilities including map bans, player drafts, Steam profile lookup, and VAC ban status checking.
/counterstrike mapban
ProStart an interactive CS map ban/pick sequence between two captains.
/counterstrike mapban @captain1 @captain2- • @captain1 — First team captain.
- • @captain2 — Second team captain.
/counterstrike draft
ProRun a player draft for pickup games with alternating captain picks.
/counterstrike draft @captain1 @captain2- • @captain1 — First team captain.
- • @captain2 — Second team captain.
/counterstrike steamprofile
ProLook up a Steam profile and display key stats like hours played and level.
/counterstrike steamprofile <steam_id_or_url>/counterstrike banstatus
ProCheck if a Steam account has any active VAC or game bans.
/counterstrike banstatus <steam_id_or_url>Audio Toolbox
A full suite of audio processing tools powered by AI. Record voice notes, remaster tracks, apply effects, convert formats, and more — all without leaving Discord.
/audio voicenote
EnterpriseRecord a voice note directly in Discord and save it as an audio file.
/audio voicenoteremaster
EnterpriseAI-powered audio remastering — enhances clarity, balances levels, and improves overall quality.
Attach audio file → remastercleanup
EnterpriseRemove background noise and artifacts from an audio recording.
Attach audio file → cleanupnormalize
EnterpriseNormalize audio volume to a consistent level across the track.
Attach audio file → normalizeequalize
EnterpriseApply equalization adjustments to an audio file.
Attach audio file → equalizemix
EnterpriseMix two audio files together into a single track.
Attach two audio files → mixpitchup
EnterpriseIncrease the pitch of an audio file.
Attach audio file → pitchuppitchdown
EnterpriseDecrease the pitch of an audio file.
Attach audio file → pitchdownstretch
EnterpriseTime-stretch audio to make it faster or slower without changing pitch.
Attach audio file → stretchtrim
EnterpriseTrim audio to a specified start and end time.
Attach audio file → trim <start> <end>convert
EnterpriseConvert audio between formats (mp3, wav, ogg, flac, etc.).
Attach audio file → convert <format>spectrogram
EnterpriseGenerate a visual spectrogram image from an audio file.
Attach audio file → spectrogrammetadata
EnterpriseDisplay detailed metadata and technical info about an audio file.
Attach audio file → metadatavoicefx
EnterpriseApply voice effects (robot, echo, deep, chipmunk, etc.) to an audio recording.
Attach audio file → voicefx <effect>Support System
Full ticketing and voice queue system for managing member support requests.
Overview
The Support System is an Enterprise-only text and voice-based ticketing module. Organise support requests into categories — each with custom staff roles and welcome messages. All ticket events are logged to a configurable log channel, and HTML transcripts are auto-generated on close.
Setting Up (Express Wizard)
Run /supportsetup to launch the 5-step wizard:
- Assign global staff roles
- Pick the Discord category, panel channel, log channel, and transcript channel
- Toggle member-close, transcript logging, CSAT feedback; set per-member ticket limit
- (Optional) Enable voice queue and select VC/notify channels
- Review and apply — writes config to database and enables the module
After setup, post the panel embed with /postpanel.
Categories
Run /addcategory to create a ticket routing bucket. Each category has: name, description, emoji, staff roles, welcome message, topic requirement, and max open tickets per member. Edit with /editcategory <name>, archive with /deletecategory <name> (existing tickets are preserved).
How Tickets Work
Members press a button on the panel embed to open a ticket. A private Discord channel is created; the welcome embed shows topic, priority, and status. Staff can Claim the ticket (button) to assign ownership; members see priority emoji (🔵🟡🟠🔴). Close via the button or /closeticket [reason]; members can close too if “allow member close” is enabled. On close, a CSAT rating prompt is posted in the channel mentioning the ticket opener, then a 15-second countdown begins before the channel is permanently deleted.
Transcripts & Feedback
On close, an HTML transcript (Discord dark-theme styled) is uploaded to the configured transcript channel. A CSAT prompt (1–5 ⭐ rating + optional comment) is posted non-ephemerally in the ticket channel, mentioning the ticket opener — only they can submit a rating. The prompt appears immediately before the 15-second deletion countdown begins.
Auto-Close
Inactive tickets receive a 24-hour warning, then are automatically closed and permanently deleted. The inactivity threshold is set in the Support Settings via /supportsetup.
Voice Queue
Members run /joinqueue [topic] to enter the queue; /queueposition to check their position. Staff run /queue next to pull the next member into the support VC. Members are auto-removed from the queue on voice disconnect or after the configurable timeout (default 60 min).
Setup & Admin
/supportsetup
EnterpriseLaunch the 5-step express setup wizard to configure the support system.
/addcategory
EnterpriseCreate a new support category using the 4-step category wizard.
/editcategory <name>
EnterpriseEdit an existing support category (pre-fills all current values).
/deletecategory <name>
EnterpriseSoft-delete a support category (existing tickets are preserved).
/postpanel
EnterprisePost or repost the support panel embed with ticket-creation buttons.
Ticket Management
/closeticket [reason]
EnterpriseClose the current ticket. Generates a transcript, posts a CSAT rating prompt mentioning the ticket opener (only they can submit a rating), then starts a 15-second countdown before permanently deleting the channel.
/addmember <member>
EnterpriseAdd a member to the current ticket channel.
/removemember <member>
EnterpriseRemove a member from the current ticket channel.
/setpriority <level>
EnterpriseSet ticket priority: low, medium, high, or urgent.
/transferticket <category>
EnterpriseMove the current ticket to a different support category.
/rename <name>
EnterpriseRename the current ticket channel. Must be used inside an active ticket. Input is lowercased and spaces are converted to dashes automatically.
/transcript
EnterpriseGenerate and post an HTML transcript of the current ticket directly in the ticket channel. Must be used inside an active ticket channel.
Ticket Views
/tickets list [status] [member]
EnterpriseView a paginated list of tickets, filterable by status and member.
/tickets stats
EnterpriseView server-wide ticket stats: open count and average CSAT rating.
Voice Queue (Staff)
/queue next [vc]
EnterpriseDequeue the next member and move them to the staff voice channel.
/queue list
EnterpriseView all members currently in the voice support queue.
/queue remove <member>
EnterpriseManually remove a member from the voice queue.
/queue clear
EnterpriseClear the entire voice queue.
Member Commands
/newticket [category]
EnterpriseOpen a new support ticket. Prompts for a topic if the category requires one.
/mytickets
EnterpriseView all your own tickets with statuses (paginated).
/joinqueue [topic]
EnterpriseJoin the voice support queue with an optional topic.
/leavequeue
EnterpriseRemove yourself from the voice support queue.
/queueposition
EnterpriseCheck your current position in the voice support queue.
Setup & Config
Initial bot setup and ongoing configuration commands. Run the setup wizard to get started, then use settings and preview to fine-tune your configuration.
/setup
Launch the interactive setup wizard that walks you through configuring Volt for your server.
/setupRequires: Admin only
The wizard covers: admin roles, leaderboard channel, tracked channels, announcement channel, voltage roles, multipliers, weekly rewards, branding, and confirmation.
/settings
Open the interactive settings panel to view and modify your current Volt configuration.
/settingsRequires: Admin only
/previewembed
Preview what your configured leaderboard and announcement embeds will look like.
/previewembedRequires: Admin only