A powerful WhatsApp multi-function chatbot built . It includes command categories like AI chat (still under developement ), group management, and owner utilities – perfect for automation and entertainment.
- 🌐 AI-Powered Commands: Use OpenAI for intelligent chat, translations, image generation, and definitions.
- 🛠 Group Management: Tools like
kick,tagall,setwelcome,ban, and more. - 👑 Owner Utilities: Remote bot control (
shutdown,restart,autobio, etc). - 🎮 Fun and General: Commands like
joke,roll,ping, and styledmenu. - 🧠 Optimized Performance: Displays bot speed, RAM usage, and system stats in real-time.
.
├── commands/
│ ├── menu.js
│ ├── owner.js
│ ├── spam.js
│ └── ...
├── media/
│ └── menu.jpg
├── settings.js
├── index.js
├── handler.js
└── README.md
- Clone this bot:
https://github.com/morel22/BUGSbot.git
cd bugsbot- Install dependencies:
npm install- Edit your
settings.js:
export default {
prefix: '.',
version: '1.0.0',
botOwnerNumbers: ['1234567890'], // Your WhatsApp number
openAiKey: 'sk-xxxxxx', // Your OpenAI key (optional)
};- Run the bot:
node index.js- Fork the repo
- Create an account on https://replit.com
- Click "New Web Service" in Render dashboard
- Connect your GitHub and select your BUGS-BOT fork
- Use the following settings:
- Environment: Node
- Start Command:
node index.js - Build Command:
npm install
- Add these environment variables:
BOT_PREFIX: your command prefix (e.g.,.)OPENAI_API_KEY: your OpenAI keyBOT_OWNER_NUMBERS: comma-separated owner numbers (no +)
Once deployed, your bot will start and scan the QR code via logs.
- Android phone
- Install Termux
pkg update && pkg upgrade
pkg install git nodejs ffmpeg
git clone https://github.com/morel22/BUGSbot.git
cd BUGS-BOT
npm install
node index.jsScan the QR from your WhatsApp to activate.
| Command | Who Can Use |
|---|---|
.menu |
Everyone |
.owner |
Everyone |
.spam |
Owner Only |
.tagall |
Admins |
.ask |
Everyone (AI) |
The menu shows all commands grouped in categories with stylish formatting and an optional image banner (./media/menu.jpg).
- This bot uses [Baileys] for WhatsApp multi-device support.
- Make sure to create your session and scan your QR code before using.
- Ensure
menu.jpgexists in themedia/folder or the bot will send text instead. - use the whoami command to know your whatsapp id and add inside the .env file
- Inspired by KnightBot, EliteProBot, and OpenAI integrations.
- Developed with ❤️ by [Ngoulla Morel].