Code Monkey home page Code Monkey logo

wabotmd's Introduction

PFFP

WhatsApp Bot Multi Device

JavaScript NodeJS discord.js

Build with Baileys and DiscordJs ( as a command handler )



Options

Options pada command, yang akan mempermudah kamu untuk membuat/menambahkan fitur

{
   name: <String>, // Ex: "menu"
   alias: <Array>, // Ex: ["cmd","help"]
   desc: <String>, // Ex: "Menu adalah command"
   use: <String>,  // Ex: "<teks>"
   category: <String>, // Ex: "main"
   exec: [AsyncFunction: exec]
}

Example Options

Example From Command : ./command/main/help.js

{
  name: "help",
  alias: ["h","menu","cmd"],
  desc: "menampilkan menu",
  category: "main"
  async exec(msg) {
     msg.reply("Hello World!")
  }
}

Highlights

  • [√] Simple Penggunaan
  • [√] Mudah digunakan
  • [√] Mudah untuk dirawat/diperbaiki
  • [√] Tidak mudah overload
  • [√] Command terpisah

Request or report

Untuk request dan report bisa chat saya disini Whatsapp

Installation

Dibutuhkan

  1. nodejs 16x/17x
  2. ffmpeg
  3. libWebP

Clone Repo

# cloning repo
git clone https://github.com/RzxGamz/WaBotMD

# ubah posisi direktori
cd WaBotMD

# install semua module
npm install
# atau
yarn install

# start bot
npm start
# atau
node .

How To Scan QR Code

WhatsappWeb.mp4

Thanks To

wabotmd's People

Contributors

rzxgamz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.