NEXUS-MD

A powerful multi-device WhatsApp bot with economy system, casino games, anime card collection, and 100+ commands.

100+
Commands
1000+
Anime Cards
6
Casino Games
Fun

Features

Everything you need for the ultimate WhatsApp bot experience

Economy System

Complete virtual economy with wallet, bank, daily rewards, work activities, and rich leaderboards.

balance daily work pay

Casino Games

Thrilling gambling games including slots, blackjack, roulette, coinflip, dice, and crash betting.

slots blackjack crash roulette

Anime Card Collection

Collect 1000+ anime characters with hourly free drops, trading system, gacha pulls, and rarity tiers.

claim gacha send collection

AI Powered

ChatGPT integration for intelligent conversations and DALL-E for AI image generation.

gpt dalle translate

Admin Tools

Complete group management with antilink, kick, ban, promote, demote, warnings, and welcome messages.

kick antilink tagall warn

Media Download

Download from YouTube, TikTok, Instagram, Facebook, and create stickers from any image.

play tiktok sticker video

Card Rarities

Collect anime characters across 6 rarity tiers

Common
50% drop
🟢
Uncommon
25% drop
🔵
Rare
15% drop
🟣
Epic
7% drop • GIF
🟡
Legendary
2.5% drop • GIF
💎
Mythic
0.5% drop • Special

Pair Your Device

Link your WhatsApp number using pairing code

+

Example: 1234567890 (without + or spaces)

How to Pair

  1. 1 Deploy the bot on your server (Heroku, VPS, or local)
  2. 2 Set your phone number in the .env file as OWNER_NUMBER
  3. 3 Run npm start - pairing code appears in terminal
  4. 4 Open WhatsApp → Settings → Linked Devices → Link a Device
  5. 5 Enter the 8-digit pairing code from the terminal

All Commands

Over 100 commands across multiple categories

Deploy Your Bot

Choose your preferred deployment method

Heroku

Recommended

One-click deployment with automatic builds and free tier available.

Deploy to Heroku

Docker

Run 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

Cloudflare Workers

Dashboard Only

Deploy this dashboard interface to Cloudflare Workers.

npm install -g wrangler
wrangler login
npx wrangler deploy

VPS / Local

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

Environment Variables

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