Skip to content

Latest commit

 

History

History
104 lines (79 loc) · 3.17 KB

README.md

File metadata and controls

104 lines (79 loc) · 3.17 KB



A minimal Whatsapp Bot built on top of baileys and Whatsapp.

Getting Started

This project require NodeJS v12. Recommended NodeJS v16~.

Installation

For Windows

git clone https://github.com/SkyUnik/WA_Botto-Baileys.git
cd WA_Botto-Baileys
npm install

For Termux

termux-setup-storage
apt update && apt upgrade
pkg install nodejs git
git clone https://github.com/SkyUnik/WA_Botto-Baileys.git
cd WA_Botto-Baileys
npm install

Usage

Run the Whatsapp baileys

> npm start

after running it you need to scan the qr / spesify the auth folder.


Features

Common-Use Feature
Image To Sticker (prefix+sticker). Example: !sticker
Delete Message that sended by the bot (prefix+delete). Example: !delete
Group Feature
Tag All People in group
Bot leave the group
!Notes IS NOW AVAILABLE
!addnotes to addnotes in group
!delenotes to deletenotes in group
!addnotes to addnotes in group
Owner Bot Feature
Get Message Object (prefix+sme). Example: !sme
Run JS code within the bot (prefix+run+argument). Example: !run console.log("ONLY FOR OWNERS")

To-Do

Understanding store in baileys


Troubleshooting

  • In Proggress

BASE SC By

Special Thanks to