Skip to main content

Economy Commands Reference (Audit)

Last updated: 2026-04-19 This file documents all economy commands currently wired through /economy, their defaults, permission model, aliases, configuration support from dashboard /commands, prefix support, and /commands browser visibility.

Permission model (global)

For command execution, the following applies:
  1. If command is disabled in guild_command_configs, it is blocked for everyone.
  2. Otherwise, CommandGuard checks restrictions (roles/channels/required permissions/cooldown).
  3. Bypass roles/users for restriction checks:
    • Server owner
    • Administrator
    • Manage Guild
    • Bot managers (dashboard_manager_users, dashboard_manager_roles)
  4. Some commands add extra in-command checks (notably economy reset and economy manage).

Dashboard configurability

All commands listed in the table are represented in dashboard command settings as economy ... keys and support:
  • enabled/disabled
  • aliases
  • allowed role ids
  • allowed channel ids
  • required permissions
  • cooldown
Backend sync for economy runtime flags/cooldowns is implemented in server/routes/dashboard.js under module commands.

Command matrix

Command keySlash usageDescriptionDefault aliasesDefault required permissions (dashboard)Extra runtime permission checkPrefix support (/economy router)In /commands browser
economy balance/economy balance [user]Check your wallet and bank balancebalnonenoneyesyes
economy daily/economy dailyClaim daily rewardnonenonenonenoyes
economy weekly/economy weeklyClaim weekly rewardnonenonenonenoyes
economy work/economy workWork for coinsnonenonenonenoyes
economy beg/economy begBeg for coinsnonenonenonenoyes
economy hustle/economy hustleHustle for coinsnonenonenonenoyes
economy crime/economy crimeRisky crime for coinsnonenonenonenoyes
economy blackjack/economy games blackjack <bet>Play blackjacknonenonenonenoyes
economy roulette/economy games roulette <bet> <space>Play roulettenonenonenonenoyes
economy slots/economy games slots <bet>Play slotsnonenonenonenoyes
economy lottery/economy games lottery <amount>Join lotterynonenonenoneyesyes
economy cockfight/economy games cockfight <bet>Bet on cockfightnonenonenonenoyes
economy rps/economy games rps <bet> [opponent]RPS with betnonenonenoneyesyes
economy tictactoe/economy games tictactoe <bet> [opponent]TicTacToe with betnonenonenoneyesyes
economy coinflip/economy games coinflip <bet> <side>Coinflip with betnonenonenonenoyes
economy rob/economy rob <user>Attempt robberynonenonenonenoyes
economy deposit/economy deposit <amount>Deposit to banknonenonenonenoyes
economy withdraw/economy withdraw <amount>Withdraw from banknonenonenonenoyes
economy pay/economy pay <user> <amount>Pay another usernonenonenonenoyes
economy drop/economy drop <amount> [limit] [duration]Drop wallet coinsnonenonenoneyesyes
economy shop/economy shopOpen shopnonenonenonenoyes
economy buy/economy buy <item>Buy itemnonenonenoneyesyes
economy sell/economy sell <item>Sell itemnonenonenonenoyes
economy use/economy use <item>Use itemnonenonenoneyesyes
economy give/economy give <user> <item>Give itemnonenonenonenoyes
economy inventory/economy inventory [user]View inventorynonenonenonenoyes
economy item/economy item <item>View item infononenonenonenoyes
economy itemleaderboard/economy itemleaderboard <item>Top by item ownershipnonenonenonenoyes
economy leaderboard/economy leaderboardTop richest usersnonenonenonenoyes
economy reset/economy reset [user] [type] [everyone]Reset balances/inventorynoneManageGuildMust be economy manager (owner or ManageGuild or economy manager users/roles)noyes
economy manage/economy manage [user]Manage balances/items/couponsnoneManageGuildMust be economy manager (owner or ManageGuild or economy manager users/roles)noyes

Notes

  • /commands browser now renders slash mentions for slash-capable commands, including economy subcommands in mention form:
    • Example: </economy balance:COMMAND_ID>
  • If a slash command id cannot be resolved in cache/API, fallback is plain text usage.
  • Dashboard entry economy coinflip shows usage with <heads|tails> while slash option name is side; behavior is correct, label wording differs only.