A fun, interactive gacha-like Discord bot inspired by the old website Fight My Monster featuring RPG mechanics, including PvP, monster ("Nebby") customization, minigames and more!
The bot currently has a variety of commands and features, including:
...and many more to come.
This bot was built with Python using the Discord.py library, with MySQL as the local database hosted through WampServer and managed through phpMyAdmin.
- Python (3.9 or later) - Download
- WampServer (For local hosting) - Download
- Newly created Discord bot - How to setup a bot on Discord
- Clone the repo.
git clone https://github.com/AudricSerador/FightMyNebbies
- Install project dependencies
pip install -r requirements.txt
- Create a new file in the folder called
.env. Set a variableDISCORD_TOKENequal to your discord bot token. - Run WampServer on your device. This should take a few seconds.
- In a new browser tab, navigate to
localhost/phpmyadmin, you should see a login page to phpMyAdmin. The username isroot, leave password empty. Log into the MySQL database. - Click on the "New" button to create a new database. Name it
discordrpg.
- Once created, navigate to the "SQL" tab at the top, and paste the SQL query in
discordrpg.sqlinside the repository folder. Click "Go".
- Run
main.py. Enjoy the bot!
Distributed under the MIT License. See LICENSE.txt for more information.








