A powerful and feature-rich WhatsApp bot supporting multiple sessions, designed for seamless automation and enhanced user experience.
- Multi-Session Support – Manage multiple accounts effortlessly.
- Customizable Responses – Configure responses in different languages.
- Automated Task Execution – Perform actions without manual intervention.
- Easy Deployment – Multiple hosting options for quick setup.
This bot supports multiple languages for responses. Set your preferred language using the BOT_LANG
variable in the config.env
file.
Available languages:
- bn – Bengali
- en – English
- es – Spanish
- hi – Hindi
- id – Indonesian
- ur – Urdu
- tr – Turkish
- fr – French
To set the bot language to Spanish, add the following line to your config.env
file:
BOT_LANG=es
Deploy Now to set up your bot on Koyeb.
Deploy Now to set up your bot on Render.
Run the following command:
bash <(curl -fsSL http://bit.ly/43JqREw)
-
Update System and Install Dependencies:
sudo apt update && sudo apt upgrade -y sudo apt install git ffmpeg curl -y
-
Install Node.js (Version 20.x Recommended):
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - sudo apt install nodejs -y
-
Install Yarn and PM2 for Process Management:
sudo npm install -g yarn yarn global add pm2
-
Clone the Repository and Install Dependencies:
git clone https://github.com/lyfe00011/levanter botName cd botName yarn install
-
Configure Environment Variables:
Create a
config.env
file and add the following lines:SESSION_ID=your_session_id_here PREFIX=. STICKER_PACKNAME=LyFE ALWAYS_ONLINE=false RMBG_KEY=null LANGUAG=en BOT_LANG=en WARN_LIMIT=3 FORCE_LOGOUT=false BRAINSHOP=159501,6pq8dPiYt7PdqHz3 MAX_UPLOAD=200 REJECT_CALL=false SUDO=989876543210 TZ=Asia/Kolkata VPS=true AUTO_STATUS_VIEW=true SEND_READ=true AJOIN=true DISABLE_START_MESSAGE=false PERSONAL_MESSAGE=null
-
Start the Bot Using PM2:
To start the bot, run:
pm2 start . --name botName --attach --time
To stop the bot, run:
pm2 stop botName
A special thanks to:
- Yusuf Usta – Creator of WhatsAsena.
- @adiwajshing – Developer of Baileys.
For more information on setting up environment variables and FAQs, please visit: