LogoRobo.js
TemplatesDiscord bots

Economy

A Discord bot template with economy system features.

Economy

An economy bot using Robo.js with currency, shops, and transactions.

Getting Started

Create a project with this template:

npx create-robo@next <project-name> --template discord-bots/economy-ts

Then navigate into your project directory:

cd <project-name>

Run development mode:

npm run dev

Features

  • Virtual currency system
  • Balance management
  • Transactions between users
  • Shop functionality
  • Leaderboards

Commands

  • /balance - Check your balance
  • /daily - Claim daily rewards
  • /pay - Transfer currency to another user
  • /shop - Browse and buy items
  • /leaderboard - See top users

Hosting

npm run deploy

On this page