A fun Discord bot where random E-Girls appear in your server! Befriend them, track your progress, and compete on the leaderboard.
- Random Encounters: E-Girls appear every 3-6 hours
- Befriend System: Use /bef to befriend them within 20 seconds
- Score Tracking: Check your friends with /fren
- Leaderboard: Compete with /leaderboard
- Python 3.8+
- discord.py library
- python-dotenv library
- Clone the repository:
git clone https://github.com/your-username/egirl-bot.git cd egirl-bot
- Install dependencies:
pip install -r requirements.txt
- Edit the .env file:
TOKEN=your_bot_token_here
- Run the bot:
python Egirl_BotM.py
- /bef: Befriend an E-Girl
- /fren: Check your friendship count
- /leaderboard: View the global leaderboard
- /debug_data: View raw data (owner only)
- /fix_data: Fix data issues (owner only)
- Manage channel access via Discord role permissions
- Customize messages in the script
- Adjust spawn times in the code
Feel free to open issues or make suggestions!