A powerful WhatsApp bot with 342+ commands
AI • Football • Games • Economy • Islamic • Downloads • Converter Suite • Group Management
# 1. Install dependencies
npm install
# 2. Configure
# - Get SESSION_ID from the pairing portal
# - Copy .env.example to .env and add your API keys (see table below)
# 3. Start
npm startPairing Portal: phantom-session-web.onrender.com
Edit .env (or config.js) to customize your bot:
| Setting | Description | Required |
|---|---|---|
SESSION_ID |
Session token from pairing portal | ✅ |
OWNER_NUMBER |
Override bot owner phone number | ❌ |
PREFIX |
Command prefix (default: !) |
❌ |
AUTO_READ |
Auto-read incoming messages | ❌ |
AUTO_TYPING |
Show typing indicator | ❌ |
TIMEZONE |
Timezone for prayer & reminders (default: Africa/Lagos) |
❌ |
| Setting | Get Your Key | Required | Default Model |
|---|---|---|---|
GEMINI_API_KEY |
🔗 Google AI Studio | ✅ | gemini-3.6-flash |
GROK_API_KEY |
🔗 xAI Console | ❌ | grok-4.6 |
OPENAI_API_KEY |
🔗 OpenAI Platform | ❌ | gpt-5.6-sol |
CLAUDE_API_KEY |
🔗 Anthropic Console | ❌ | claude-opus-5 |
PERPLEXITY_API_KEY |
🔗 Perplexity API | ❌ | sonar-reasoning |
DEEPSEEK_API_KEY |
🔗 DeepSeek Platform | ❌ | deepseek-v4-pro |
OPENROUTER_API_KEY |
🔗 OpenRouter | ❌ | meta-llama/llama-3.3-70b-instruct:free |
TOGETHER_API_KEY |
🔗 Together AI | ❌ | meta-llama/Llama-3.3-70B-Instruct-Turbo |
MISTRAL_API_KEY |
🔗 Mistral Console | ❌ | mistral-large-latest |
| Setting | Get Your Key | Required | Powers |
|---|---|---|---|
FISH_AUDIO_API_KEY |
🔗 Fish Audio | ❌ | Ultra-realistic AI voice synthesis (s2.1-pro-free) |
ELEVENLABS_API_KEY |
🔗 ElevenLabs | ❌ | Premium AI text-to-speech human voices |
REMOVEBG_API_KEY |
🔗 Remove.bg | ❌ | High-Definition Background removal |
FOOTBALL_API_KEY |
🔗 API-Football | ❌ | Live scores, standings, player stats |
💡 Tip: Only
SESSION_IDandGEMINI_API_KEYare required. All other keys are optional — features that need them will show a friendly message if the key is missing.
ai · chatgpt · chatpdf · claude · dalle · deepseek · editimg · gemini · gpt · grok · imagine · llama · mixtral · openrouter · perplexity · removebg · solve · translate · vision
Bass Boosted · sticker.webp · tomp3 · toptt
apk · facebook · img · instagram · lyrics · mediafire · mediainfo · pinterest · play · song · spotify · tiktok · twitter · wallpaper · yt · ytsearch
Fruit · Phantom Corp · Starter Micro Loan · auction · balance · bet · bounty · buy · crime · daily · deposit · duel · gamble · gift · heist · inventory · lottery · payback · register · richest · rob · sell · slots · trade · transfer · weekly · withdraw · work · 🐟 Small Fish · 🪨 Stone
Premier League
8ball · advice · aesthetic · ask · birthday · choose · compatibility · compliment · confess · couple · dare · emojimix · fact · fakeinfo · flip · fortune · gaytest · hack · horoscope · joke · meme · mock · pickup · quote · quotepic · rate · react · reverse · roast · roll · rps · say · ship · simp · trivia · truth · ttt · tweet · typewriter · wasted · wordchain
2048 · Cat · Dog · Rabbit · Slash · Slime · blackjack · charades · connect4 · dungeon · emojiguess · flagquiz · guess · hangman · mathquiz · minesweeper · quiz · riddle · scramble · snake · tictactoe · typingrace · wordle · wouldyourather
alive · help · info · menu · owner · ping · repo · report · stats · store · support · uptime
activity · add · admins · analytics · announce · anonymous · antibadword · antibot · antidelete · antiflood · antiforeign · antilink · antispam · antistatus · ar · autoreact · autoreply · ban · bizhours · chatfilter · chatrank · del · demote · disallow · gbackup · goodbye · groupinfo · grouplog · groupreset · grouptransfer · hidetag · kick · kickall · leaderboard · link · list · mediaonly · members · modstats · mute · muteall · notes · pin · poll · promote · purge · recap · resetwarn · revoke · rules · setdesc · setgoodbye · setgrouppp · seticon · setname · setwelcome · sgroupadd · slowmode · tag · tagall · tempban · unmute · votekick · warn · welcome · whitelist · wrapped · 🆕 Newbie
Adam · Mishary Rashid Alafasy · Sahih al-Bukhari · asmaul · dhikr · dua · duas99 · fasting · fiqh · hajj · hijri · iftar · islamicdate · islamichistory · islamicname · islamicquiz · juz · prayer · quran · ramadan · sadaqah · sahih · schedule · seerah · surah · tafsir · zakat
addtext · blur · circle · deepfry · enhance · gif · grayscale · invert · pixelate · triggered
video-dl
Google Gemini · addsudo · anticall · autoread · autostatusview · autotyping · block · broadcast · changelog · chatbot · eval · exec · feedback · fullbackup · globalban · logmessages · maintenance · premium · private · restart · restore · setprefix · shutdown · train · unblock · update · voicebot
anime · animesearch · antonym · book · country · detectlang · imdb · manga · recipe · synonym · urban
🎣 Carbon Fishing Rod
Python 3 · addsticker · afk · afklist · avatar · base64 · bmi · calc · carbon · color · count · crypto · currency · define · diary · encode · font · github · groupvcf · hexcolor · invoice · iplookup · mathsolve · news · ocr · password · pastebin · profile · qr · qrread · remind · save · schedule · shorten · speedtest · ss · sticker · tempmail · timezone · todo · toimg · topdf · tp · tts · unitconvert · vcf · vv · weather · whois · wiki
Keep your bot online 24/7 with 99.9% uptime in just 1-click on BotForge!
- 🚀 1-Click Instant Deployment — Zero technical setup, hassle-free bot launch.
- ⚡ 99.9% Rock-Solid Uptime — Auto-restart on crash, ultra-fast servers, 24/7 active runtime.
- 🛡️ Session Persistence — Never lose your WhatsApp authentication or database on redeploys.
- 📊 Live Console & Log Monitoring — Real-time performance metrics, CPU, and RAM tracking.
- 🌐 Start Hosting Now: https://www.usebotforge.app/
- Set service type to Worker
- Add environment variables in dashboard
- Deploy from GitHub
heroku create
git push heroku maingit clone https://github.com/Mujaheed56/Phantom-Bot.git
cd Phantom-Bot
npm install
npm start| Official Bot Hosting | usebotforge.app (99.9% Uptime) |
| Repository | github.com/Mujaheed56/Phantom-Bot |
| Pairing Portal | phantom-session-web.onrender.com |
| WhatsApp Channel | Follow for updates |
This project is free to use, modify, and distribute under the following conditions:
- ❌ No Selling — You may NOT sell this bot or any modified version of it
- ❌ No Paid Access — You may NOT charge others to use this bot
- ✅ Free Use — You may use, modify, and share it freely
- ✅ Attribution — Keep the original credits and links intact
See LICENSE for full details.
⚡ PHANTOM BOT v5.1.2
342 commands · 16 categories · Powered by Phantom