Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 451 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 451 Bytes

bot-wa

Simple and lightweight whatsapp bot starter using @mengkodingan/ckptw (based on whiskeysocket/baileys)
Using bun package manager and Nodejs as runtime (because bun is unsupported to run the bot)
To install dependencies:

bun install

To run:

bun run index.js

or

bun start

This project was created using bun init in bun v1.1.12. Bun is a fast all-in-one JavaScript runtime.