🤖 CŒDĒX.v.1.0 – WhatsApp Bot
CŒDĒX.v.1.0 is a smart and modular WhatsApp bot built to handle automated replies, run commands, and assist with tasks right from your WhatsApp chat. Built on whatsapp-web.js, it's fast, flexible, and easy to deploy.
🚀 Features
- ✅ Auto-reply to messages
- 🧠 Keyword and command-based interactions
- 🎯 Custom commands support (
!help,!status, etc.) - 📷 Media handling (images, audio, video)
- 👥 Works in groups and private chats
- ⚙️ Fully configurable
🛠️ Installation
git clone https://github.com/idd337/C-D-X.v.1.0.git
cd whatsapp-bot
npm install📦 Run the Bot
node index.js- Scan the QR code using WhatsApp on your phone.
- Once scanned, CŒDĒX.v.1.0 goes live.
⚙️ Configuration
Customize settings in config.js:
- Bot name
- Command prefix
- Admin numbers
- Message responses
📁 Structure
index.js– Entry pointcommands/– Your custom bot commandsmedia/– Audio, image, and other filesconfig.js– Editable settings
📚 Dependencies
Install these to get started:
npm install whatsapp-web.js qrcode-terminalOptional:
npm install dotenv🤝 Contribute