Skip to content

Latest commit

Β 

History

History
106 lines (81 loc) Β· 3.88 KB

README.md

File metadata and controls

106 lines (81 loc) Β· 3.88 KB
Typing SVG

MASTER-MD-V2 whatsapp bot is,

   MASTER-MD-V2 ࢢොࢧ් ΰΆΊΰΆ±ΰ·” ΰΆ”ΰΆΆΰΆ§ ΰΆ΄ΰ·„ΰ·ƒΰ·”ΰ·€ΰ·™ΰΆ±ΰ·Š ࢷාවිࢭ ࢚ࢽ ΰ·„ΰ·ΰΆšΰ·’ ࢢොࢧ් ΰ·€ΰΆ»ΰΆΊΰ·™ΰΆšΰ·’.

whatsapp

Deploy bot

GET SESSION

MY SITE

  1. Create a new file in the plugins directory, for example master.js.
  2. Define the command logic using the following template:
    import amd from './lib';
    
    amd(
      {
        pattern: "master", // The Command Name
        alias: "hello" // Command Secondary Trigger
        fromMe: true, // is the message from the owner
        desc: "Send Hi Message", // Command Description
        type: "Test", // Command Category
      },
      async (message) => {
        await message.send("Hello There");
      }
    );
HOW TO DEPLOY πŸ‘¨β€πŸ’» MASTER-MD-οΌΆ2 πŸ‘¨β€πŸ’»
1: First Fork the Repo.
2: Scan the QR or Pair
3: Fill Config.js File
4: Then Go to Heroku Web Page
5: Create Heroku App
6: Add Heroku Postgres package
7: Click Deploy Tab And Add Github Your fork Repostory
8: Click Deploy Branch
9: Go to Resources
10: Put Dyno Type to Professional and put 2x
11: Enjoy

Termux Setup

termux-setup-storage
apt update
apt upgrade
pkg update && pkg upgrade
pkg install bash
pkg install libwebp
pkg install git -y
pkg install nodejs -y 
pkg install ffmpeg -y 
pkg install wget
pkg install imagemagick -y
git clone Your Forked Github Url
cd MASTER-MD-V2
npm i
npm start

My First WhatsApp User Bot Project

Thanks To,

1: Me_πŸ˜‚πŸ§›β€β™‚οΈ

WARNING : DON'T MODIFY THIS BOT FIRST INFORM THE OWNER