A basic Discord bot implementing a simple economy system with daily rewards, jobs, trading, and balance checks.
- Daily rewards
- Job tasks for earning currency
- Trading between users with a small fee
- Balance checking
- Install dependencies:
npm install discord.js sqlite3 - Replace
'YOUR_BOT_TOKEN'in the code with your actual Discord bot token - Run the bot using
node index.js
- Use
/dailyto receive a daily reward - Use
/jobto complete a math task and earn currency - Use
/trade @username <amount>to trade currency with another user - Use
/balanceto check your current balance
Note: This bot uses SQLite for persistent storage. Ensure proper setup and backups.