lyfe00011 /
levanter
Code Issues Pull requests
1.2k stars 5.2k forks 26 watching
1 Branch 0 Tags Activity
Public repository
master Code
lyfe00011 53 minutes ago
.github/ISSUE_TEMPLATE 3 months ago
.yarn/releases 3 months ago
lang 3 weeks ago
lib 2 days ago
media 3 months ago
plugins 3 weeks ago
.gitignore last month
.replit 3 months ago
.yarnrc 3 months ago
.yarnrc.yml 3 months ago
View all files
README
WhatsApp MD User Bot
A powerful and feature-rich WhatsApp bot
supporting multiple sessions, designed for
seamless automation and enhanced user
experience.
Features
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.
Supported Languages
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
ru – Russian
To set the bot language to Spanish, add the
following line to your config.env file:
BOT_LANG=es
Deployment Guide
Deploy on Koyeb
Deploy Now to set up your bot on Koyeb.
Deploy on Render
Deploy Now to set up your bot on Render.
Deploy on a VPS or PC (Ubuntu
Example)
Quick Installation
Run the following command:
bash <(curl -fsSL http://bit.ly/43JqREw)
Manual Installation
1. Update System and Install Dependencies:
sudo apt update && sudo apt upgrade -y
sudo apt install git ffmpeg curl -y
2. Install Node.js (Version 20.x
Recommended):
curl -fsSL https://deb.nodesource.com/se
sudo apt install nodejs -y
3. Install Yarn and PM2 for Process
Management:
sudo npm install -g yarn
yarn global add pm2
4. Clone the Repository and Install
Dependencies:
git clone https://github.com/lyfe00011/l
cd botName
yarn install
5. 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
6. Start the Bot Using PM2:
To start the bot, run:
pm2 start . --name botName --attach --ti
To stop the bot, run:
pm2 stop botName
Credits & Acknowledgments
A special thanks to:
Yusuf Usta – Creator of WhatsAsena.
@adiwajshing – Developer of Baileys.
Need Help?
For more information on setting up environment
variables and FAQs, please visit:
Bot Environment Variables
Frequently Asked Questions
Releases
No releases published
Packages
No packages published
Contributors 6
Languages
JavaScript 99.8% Other 0.2%
Terms Privacy Security Status Docs Contact
Manage cookies Do not share my personal information
© 2025 GitHub, Inc.