neoxr/neoxr-bot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple lightweight WhatsApp bot based on Baileys that I can run on a Linux VPS or Docker. I want it to connect to my WhatsApp number using either a pairing code or QR scan, then let people use commands in chat for basic utilities, social media downloading, and simple group management.

Please include a clear config file where I can set the owner number, bot name, limits, cooldowns, upload limits, blocked country codes, timezone, API key, and database URL. It should work with local JSON storage by default, but also support connecting to common cloud databases if I add a URL.

Make it easy to install and run with Node 20, ffmpeg, and pm2, and also include Docker support. I’d like the bot to be organized so I can add new command plugins later without touching the core too much. Add basic error handling, anti spam limits, and simple logs so I can tell if the bot is connected or having problems.

Want more depth? Deep Reverse