Module · FREE
Economy
A virtual-currency engagement system. Members earn currency via work + daily streaks, store it in wallet or bank, and spend it in a member shop you configure. Distinct from the Storefront module which handles real-money EUR transactions via Stripe + PayPal.
Earning + spending
/economy dailyClaim your daily reward.
/economy workEarn currency on cooldown.
/economy transferSend currency to another member.
/economy buyPurchase an item from the member shop.
/economy balanceCheck your wallet + bank balance.
/economy statsView your full economy stats.
Wallet vs Bank
Each member has two balance buckets per currency :
- ●
/economy deposit— move from wallet → bank (safer storage). - ●
/economy withdraw— move from bank → wallet (spendable).
Member shop
Admins create shop items with /economy addshopitem ; members browse with /economy shop and purchase with /economy buy. Configure everything (item types, prices, role rewards) from /dashboard/[guildId]/economy in the web dashboard.
Multi-currency
Run multiple currencies in parallel — useful when you want a "main" currency + a "premium" currency. Admins create a new currency with /economy createcurrency. Plan caps documented in /docs/plans.
All slash commands
13 subcommands verified in apps/bot-engine/src/bot/commands/economy/index.js :
/economy balance—Check your balance./economy daily—Claim your daily reward./economy work—Work to earn money./economy deposit—Deposit money to bank./economy withdraw—Withdraw money from bank./economy transfer—Transfer money to another user./economy shop—View the shop./economy buy—Buy an item from the shop./economy leaderboard—View the richest users./economy stats—View your economy stats./economy createcurrency—Admin — create a new currency./economy addmoney—Admin — add money to a user./economy addshopitem—Admin — add an item to the shop.Need to sell digital goods for real money ? Use the Storefront module (Stripe + PayPal). Currency limits per plan in /docs/plans.