This is a WhatsApp bot built using the Baileys library for group management, including features like tagging all members, muting/unmuting, and many more. It's designed to help admins efficiently manage WhatsApp groups.
Click the button below to fork the Knight Bot repository to your GitHub account:
Deploy the bot and easily connect it to your WhatsApp account by pair code. Click the button below to deploy the bot on Replit.
For further customization and setup guidance, click the button below:
- Tag all group members with the
.tagallcommand - Admin restricted usage (Only group admins can use certain commands)
- Games like Tic-Tac-Toe for interactive group engagement
- Text-to-Speech with
.tts - Sticker creation with
.sticker - Anti-link detection for group safety
- Warn and manage group members with admin control
Jinx WhatsApp Bot assists group admins by providing them with tools to efficiently manage large WhatsApp groups. The bot uses the Baileys library to interact with the WhatsApp Web API and supports multi-device features.
It is lightweight and can be easily customized to add more commands as per your requirements. The bot runs in a Node.js environment and provides QR code-based authentication to link your WhatsApp account.
- Node.js installed on your system
- Git installed (for cloning the repository)
-
Clone the repository:
git clone https://github.com/caseyweb/JINX-XMD-V2.0.git cd JINX-XMD -
Install the dependencies:
npm install
-
Run the bot:
node index.js
-
Scan the QR code:
Once the bot starts, a QR code will appear in the terminal. Scan this QR code using the Linked Devices feature in WhatsApp to connect your WhatsApp account with the bot.
various open source projects:
- Baileys (MIT License)
- Other libraries as listed in package.json