Skip to content

π“œπ“π“’π“£π“”π“‘-π“œπ““ π“₯2 π“¦π“—π“π“£π“’π“π“Ÿπ“Ÿ 𝓀𝓒𝓔𝓑 π“‘π“žπ“£...𝓔𝓐𝓒𝓨 π“£π“ž 𝓀𝓒𝓔...β˜ πŸ‘Œ

License

Notifications You must be signed in to change notification settings

mrshameen/MASTER-MD-V2

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

π“œπ“π“’π“£π“”π“‘-π“œπ““ π“₯2 π“¦π“—π“π“£π“’π“π“Ÿπ“Ÿ 𝓀𝓒𝓔𝓑 π“‘π“žπ“£...𝓔𝓐𝓒𝓨 π“£π“ž 𝓀𝓒𝓔...β˜ πŸ‘Œ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%