Kaguya PublicBot – MD
Use at your own risk!
Build with Baileys and discord.js ( as a command handler ) Untuk instalasi bahasa Indonesia disini
Highlights
- Support WhatsApp Multi-Device
- Features rich
Instalation
Rename or create new file called config.json
.
Fill in everything needed in the config.json
file.
Require
FFMPEG Instalation
-
For Windows User, you can see this website, WikiHow.
-
For Linux User, you can use your own package manager, below are for example
# apt
apt install ffmpeg -y
# pacman
pacman -S ffmpeg
# ...
libWebP Instalation
- For Windows User,
- Download libWebP for Windows. download.
- Extract to C:\
- Rename extracted folder to “libwebp” (without quote)
- on PowerShell
setx /m PATH "C:\libwebp\bin;%PATH%"
*if successful installed, SUCCESS: specified value was saved
*check webpmux version
webpmux -version
- For Linux User, you can use your own package manager, below for example
# apt
apt install libwebp-dev -y
# pacman
pacman -S libwebp
# ...
Cloning this repo
# clone begin
git clone https://github.com/FaizBastomi/wbot.git --branch "multi-device"
# change dir
cd wbot
# install npm dependencies
npm install
# in case @adiwajshing/baileys-md not compiled automatic
cd node_modules/@adiwajshing/baileys-md
npm run build:tsc
# run this project
node main.js