Bot WhatsApp berbasis Node.js (Baileys)
handlers/
utils/
index.js
.env
- Auto sticker
- Text on image
- YT to MP3
- Anti spam
- Image convert (JPG <-> PNG)
- Video to audio (MP4 -> MP3)
npm install
node index.js
pm2 start index.js --name <nama> --max-memory-restart 300M
pm2 start <nama>
pm2 stop <nama>
pm2 restart <nama>
pm2 delete <nama>
pm2 list