Select Link Method
Choose how you want to authorize and link your WhatsApp account to the bot engine.
Scan QR Code
Open WhatsApp on your phone, go to Linked Devices, and scan this QR code.
Enter Pairing Code
Open WhatsApp > Linked Devices > Link a Device > Link with phone number instead, and enter the code below.
Generating Pairing Code...
---- - ----
Your custom WhatsApp Session ID is ready. Copy it and paste it into your environment file (`config.env`).
Next Steps:
- Create or edit
config.env in the bot's root directory.
- Add line:
SESSION_ID=legezt_... (paste the copied value).
- Run
npm start in your terminal to launch the bot!