Commands
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. Wallets of members who leave the server are automatically reset (preserving transaction history) — both lazily when /rich is invoked and via an hourly background sweep. Every reset is posted as a Wallet Reset embed to the Economy slot of your Audit Logs (configurable in /settings → Audit Logs → Economy, or during step 9 of the /setup wizard). All operations are logged for auditing. Economy-mutating commands (/credit, /debit, /rewards group) accept three authorization paths: Discord Administrator, member of any role in the Economy Admin Roles list, or member of the Economy Admin Members list. Unauthorized invocation attempts are tracked to the channel set under /settings → Economy → Security Channel.
/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. The amount cannot exceed your current balance.
/points transfer @user <amount>- • @user — The recipient.
- • amount — Number of points to transfer. Must be at most your current balance.
Transfers larger than the sender's current balance fail with a generic 'Transfer failed. Please check your balance and try again.' message. Blocked with an ephemeral 'Transfer Restricted' error if either the sender or the recipient has an active voltage ban — when blocked, a tracking alert is also posted to the channel configured under /settings → Economy → Security Channel.
/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. Also opportunistically resets the wallets of any members who have left the server — issuing a system_cleanup transaction that zeroes the balance, preserves the wallet's transaction history, and posts a Wallet Reset embed to the Economy slot of your Audit Logs (configurable in /settings → Audit Logs → Economy).
/richTitle, description, color, thumbnail, and footer are configurable via /settings → Rich Embed. Wallets with negative balances (e.g. those pushed below zero by /debit) are deliberately left untouched during cleanup, since clearing a negative balance would effectively reward the departed member. The same cleanup also runs automatically once an hour as a background sweep, so admins do not need to invoke /rich to keep things tidy.
/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: Discord Administrator OR member listed in economy admin lists (admin_role_id_list / admin_member_id_list under /settings → Economy)
Blocked with an ephemeral 'Wallet Restricted' embed if the target user has an active voltage ban — when blocked, a tracking alert is also posted to the channel configured under /settings → Economy → Security Channel. Unauthorized invocation attempts (members without economy-admin permission) are also posted to the security channel.
/debit
Remove points from a member's balance. Can push the balance below zero — useful for issuing manual penalties when the member doesn't have enough points to cover the deduction.
/debit @user <amount> [reason]- • @user — The member to debit.
- • amount — Points to remove.
- • reason — Optional reason for the debit.
Requires: Discord Administrator OR member listed in economy admin lists (admin_role_id_list / admin_member_id_list under /settings → Economy)
Negative balances persist until offset by future credits or rewards. Blocked with an ephemeral 'Wallet Restricted' embed if the target user has an active voltage ban — when blocked, a tracking alert is also posted to the channel configured under /settings → Economy → Security Channel. Unauthorized invocation attempts are also posted to the security channel.