Skip to content

Starboycoded/BUGSbot-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐞 BUGS-Bot v2

BUGS-Bot v2 is a versatile WhatsApp bot packed with features for fun, moderation, games, AI, utilities, and more.
It is designed for easy setup and comes with a robust command system.

Enjoy chatting, managing groups, and automating tasks with your bot!


⭐ Star & Fork

If you find this bot useful, don’t forget to star ⭐ and fork 🍴 this repository:


⚡ Installation (Termux)

Follow these steps to install and run BUGS-Bot v2 on Termux:

# Update packages
pkg update && pkg upgrade -y

# Install Node.js and Git
pkg install nodejs git -y

# Clone repository
git clone https://github.com/bugs-tech/BUGSbot-v2.git

# Navigate to the folder
cd BUGSbot-v2

# Install dependencies
npm install --no-optional

# Start the bot
node index.js

🚀 One-line Installation (Termux)

If you want a single command to set everything up:

pkg update -y && pkg upgrade -y && pkg install -y nodejs git python make clang libvips && git clone https://github.com/bugs-tech/BUGSbot-v2.git && cd BUGSbot-v2 && npm install --no-optional && node index.js

💻 Hosting Options

You can host your bot on free or paid providers such as:

Choose your preferred service and deploy your bot online.


📢 Support

For help or questions:

  • Open an issue on the GitHub repository
  • Or contact the maintainer directly

Happy Botting! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%