RexBot is a simple Node.js WhatsApp bot built with whatsapp-web.js
.
- 💟 Convert images, videos, or GIFs into stickers
- 🖼️ Convert stickers into image format
- 👥 Show detailed group information
- 📷 Fetch profile pictures of mentioned users
- 📊 View system status (CPU, RAM, uptime, etc.)
- 🏓 Ping bot latency
- 🎲 Roll a dice
git clone https://github.com/unknownrex/RexBot.git
cd RexBot
npm install
node index.js
Edit the config.json
file to configure the bot:
{
"botname": "RexBot", // Bot name
"author": "unknownrex", // Bot author/owner
"prefix": ".", // Bot command prefix
"timezone": "Asia/Jakarta", // Bot timezone
"allowgroupchat": true, // Allow bot in group chats
"log": true // Show bot logs
}