sudo apt update
sudo apt upgrade
sudo apt install bash
sudo apt-get install libwebp-dev
sudo apt install git
sudo apt install nodejs -y
sudo apt install ffmpeg -y
sudo apt install wget
sudo apt install npm
sudo apt install imagemagick
git clone https://github.com/Sebi127391/Miku-MD
ls
cd Miku-MD
npm i
cd
npm install --global yarn
yarn add sharp
sudo apt install curl
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
yarn add sharp
cd Miku-MD
npm i
npm start
- Note in
git clone <my bot's repo>section your can use Your customised bot's github link too (For that make sure you Forked this repo and changed owner number inconfig.js). - This method will work on most other bots too.
- Tap on
CTRLbutton then tap onCfrom keyboard
✧ To start bot again ( While you are inside Miku-MD folder {use cd Miku-MD to get inside the folder} )
npm startor useyarn startto start bot again.
cd Miku-MD
npm start
✧ What to do if you logged out from the WhatsApp linked device section and want to get new qr to login
cd Miku-MD
rm session.json
npm start