discord-monopoly-updated
v0.0.4
Published
Monopoly discord bot.
Readme
Discord Monopoly (UPDATED - 2026)
Implement this to your Discord bots so they can manage Monopoly games
✨ Features
- Buy/Mortgage Properties
- Chance/Community Chest Cards
- Property House/Hotel Upgrades
- Bankruptcy Handling
- Jail Functions Handling
- Pass "GO" Handling
- AFK Handling
- All logic can be taken further at users will
⚙ Setup
1. In your directory, open your terminal and run:
npm init -y
2. Next, in the same terminal run:
npm install [email protected]
3. Fill in the .env file using the .env.example file as reference.
4. Open your package.json file:
Change
"main": "index.js"To"main": "./node_modules/discord-monopoly-updated/src/index.js"
5. In your terminal, run:
cd ./node_modules/discord-monopoly-updated
6. In the same terminal, run:
node .
🎭 Play
Open discord and enter this command:
/monopoly
Credits
MK360
License
This software is licensed under the MIT License.
