A powerful multi-device WhatsApp bot with economy system, casino games, anime card collection, and 100+ commands.
Everything you need for the ultimate WhatsApp bot experience
Complete virtual economy with wallet, bank, daily rewards, work activities, and rich leaderboards.
Thrilling gambling games including slots, blackjack, roulette, coinflip, dice, and crash betting.
Collect 1000+ anime characters with hourly free drops, trading system, gacha pulls, and rarity tiers.
ChatGPT integration for intelligent conversations and DALL-E for AI image generation.
Complete group management with antilink, kick, ban, promote, demote, warnings, and welcome messages.
Download from YouTube, TikTok, Instagram, Facebook, and create stickers from any image.
Collect anime characters across 6 rarity tiers
Link your WhatsApp number using pairing code
Example: 1234567890 (without + or spaces)
OWNER_NUMBER
npm start - pairing code appears in terminal
Over 100 commands across multiple categories
Choose your preferred deployment method
One-click deployment with automatic builds and free tier available.
Deploy to HerokuRun in isolated container on any Docker-compatible host.
docker build -t nexus-md .
docker run -d --name nexus-md \
-e OWNER_NUMBER=your_number \
nexus-md
Deploy this dashboard interface to Cloudflare Workers.
npm install -g wrangler
wrangler login
npx wrangler deploy
Run on any Linux server or your local machine.
git clone https://github.com/infex1rn/NEXUS-MD
cd NEXUS-MD
npm install
cp .env.example .env
# Edit .env with your config
npm start
OWNER_NUMBER
Your WhatsApp number (with country code)
PREFIX
Bot command prefix (default: .)
FIREBASE_PROJECT_ID
Firebase project ID
FIREBASE_CLIENT_EMAIL
Firebase service account email
FIREBASE_PRIVATE_KEY
Firebase private key (from JSON)
OPENAI_API_KEY
OpenAI API key for GPT/DALL-E