A One Piece–themed Discord economy bot built in JavaScript that brings the thrill of treasure hunting, bounty collection, and pirate adventures to your Discord server! Created with ❤️ by Shashwat Sen.
- 🪙 Dynamic Economy System – Earn, spend, and manage your Berries!
- ⚔️ Bounties & Battles – Challenge other pirates or claim their bounty.
- 🏝️ Treasure Hunts – Explore islands for hidden treasures and rare loot.
- 👒 One Piece Theme – Custom visuals, commands, and events inspired by the anime.
- 📊 Leaderboards & Profiles – Show off your wealth and pirate status.
- 💬 Interactive Commands – Fully Discord Slash Command–compatible.
OP-Economy-Bot/
├─ Build/
│ ├── config/
│ │ ├── abilities.json
│ │ ├── animals.json
│ │ ├── armors.json
│ │ ├── config.json
│ │ ├── dungeonkeys.json
│ │ ├── misc.json
│ │ ├── weapons.json
│ │
│ ├── commands/
│ │ ├── economy/
│ │ │ ├── blackjack.js
│ │ │ ├── buy.js
│ │ │ ├── cash.js
│ │ │ ├── coinflip.js
│ │ │ ├── give.js
│ │ │ ├── shop.js
│ │ │ └── slot.js
│ │ │
│ │ ├── owner/
│ │ │ └── eval.js
│ │ │
│ │ ├── pets/
│ │ │ ├── autohunt.js
│ │ │ ├── battle.js
│ │ │ ├── hunt.js
│ │ │ ├── sell.js
│ │ │ ├── tame.js
│ │ │ └── zoo.js
│ │ │
│ │ ├── ranking/
│ │ │ └── leaderboard.js
│ │ │
│ │ ├── owner/
│ │ │ └── eval.js
│ │ │
│ │ └── utility/
│ │ ├── help.js
│ │ ├── inventory.js
│ │ └── prefix.js
│ │
│ └─ utils/
│ ├── databaseTemplate.js
│ ├── dbsetup.js
│ └── verifyUser.js
│
├── LICENSE
├── README.md
├── package-lock.json
├── package.json
├── .env
└── pnpm-lock.yaml
git clone https://github.com/ShashwatSen/OP-Economy-Bot.git
cd OP-Economy-Botnpm installFIll the config.json file in the config directory
node build/index.jsOnce the bot is online, use slash commands like:
op cash
op daily
op fight [@opponent]
to begin your pirate adventure!
- Node.js
- Discord.js v14
- 🗺️ Dungeon exploration system
- 🧭 Crew and alliance creation
- 🏦 OP Bank and trading
- 🎯 Events and timed missions
Developed by Shashwat Sen Inspired by One Piece by Eiichiro Oda.
This project is open-source and available under the MIT License.