A feature-rich WhatsApp bot with dragon-themed gaming features. CRITICAL SECURITY VULNERABILITIES HAVE BEEN FIXED.
โ Removed hardcoded API keys - No longer exposed in code โ Fixed axios DoS vulnerability - Updated to secure version โ Added environment variable protection - Secrets now properly managed โ Protected auth files - WhatsApp sessions secured โ Created secure .gitignore - Prevents accidental exposure
npm install# Copy the example file
cp config.example.env .env
# Edit with your API keys
nano .envYou need to obtain these API keys and add them to your .env file:
- CLOUDINARY_CLOUD_NAME, CLOUDINARY_API_KEY, CLOUDINARY_API_SECRET
- GIPHY_API_KEY
- UNSPLASH_ACCESS_KEY
- BOT_OWNER_NUMBER (your WhatsApp number)
npm start- Dragon collection and battles
- Card trading system
- Guild management
- Tournament system
- Dungeon exploration
- Quest system with 100+ quests
- Leaderboards and achievements
- All API keys use environment variables
- Sensitive files protected by .gitignore
- Regular security audits
- No hardcoded secrets
Use %help in WhatsApp to see all available commands.