LIAM EYES Bot — Alpha
Full WhatsApp bot with 30+ commands including music download, group management, AI chatbot, status tools and more. Built on Baileys + Node.js.
⬇️ Download from GitHub 🔗 Pair First🚀 Quick Setup Guide
1
Download or clone the bot repository and extract the files.
2
Run
npm install to install all dependencies.3
Edit
settings/config.js — set your owner number with country code (no +).4
Get your session ID from the Pair Page and set it in the config or sessions folder.
5
Run
npm start or node index.js to launch the bot!6
On VPS/server: use
pm2 start index.js --name LIAM-EYES to keep it running 24/7.