💈 Preview
- Fully Modular Design
- Written in JavaScript
- Built with Baileys (A Lightweight full-featured WhatsApp Library)
- Database handled via MongoDB
⚠ Requirements
📙 Guide
- Make sure you have downloaded all of the requirements mentioned here
- Rename the
.env.example
to.env
and fill the configs of the bot - Run the following commands given here
🔧 Configs
PREFIX
: Prefix of the botNAME
: Name of the botMONGO_URI
: A secret String for MongoDB connection. (Required)MODS
: Number of the users who should be the admins of the bot (should be in international format without “+” and multiple numbers must be separated by a comma “, “)
🚀 Run
yarn install
yarn start
💪 Contributing
- Feel free to open issues regarding any problems or if you have any feature requests
- Make sure to follow the ESLint Rules while editing the code and run
yarn format
before opening Pull request
🎐 License
WhatsApp-bot is free and open-source software licensed under the GNU Affero General Public License v3.0.