/BaileysBot

Um bot feito utilizando a API baileys em WebSocket para o Whatsapp Multi-Devices.

Primary LanguageTypeScript

BaileysBot




Informação 📀

O BaileysBot foi feito utilzando a API Baileys

Caso encontre algum BUG, faça um Novo Issue!

Requisitos 📝

Instalação 💾

Para Windows

git clone https://github.com/LearXD/BaileysBot
cd BaileysBot
npm install
npm run build
node .

For VPS

apt-get update
apt-get upgrade -y
apt-get install git
git clone https://github.com/LearXD/BaileysBot
cd BaileysBot
sudo bash installers/install.sh
npm run build
node .

Para Termux

termux-setup-storage
apt update && apt upgrade
apt install git
git clone https://github.com/LearXD/BaileysBot
cd BaileysBot
bash installers/termux_install.sh
npm run build
node .