Giter VIP home page Giter VIP logo

elaina-md's Introduction

Welcome👋 👋

ELAINA MD

CREDIT JAN DI HAPUS!
SC INI JAN DI JUAL BELIIN NAK JB KON

Options

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

module.exports = {
   name: <String> or <Array>, // Ex: "menu"
   cmd: <Array>, // Ex: ["cmd","help"]
   desc: <String>, // Ex: "Menu adalah command"
   param: <String>,  // Ex: "<teks>"
   category: <String>, // Ex: "other"
   query: <Boolean>, // Ex: true
   url: <Boolean>, // Ex: true
   isOwner: <Boolean>, // Ex: false
   isAdmin: <Boolean>, // Ex: false
   isBotAdmin: <Boolean>, // Ex: false
   //etc 
}

Contoh Options

Contoh Command : ./commands/other/botstat.js

{
  name: ["status"],
  cmd: ['status', 'ping', 'runtime', 'test', 'p'],
  category: "other",
  desc: "Bot status",
}

Sorotan

  • Simple Penggunaan
  • Mudah digunakan
  • Mudah untuk dirawat/diperbaiki
  • Support jadibot
  • Ringan
  • Anti delay
  • Anti Pasaran!

Baca Ini!

  • Sc ini hasil recode dari: Kanaeru
  • Ganti Owner: Config
  • Library: AmirulDev Baileys
  • Session: MultiFileAuthState
  • Support: Ubuntu, Windows, Termux, Panel? Gk stabil
  • Jika stc error: install webp

Jika ada fitur error chat

Creator Here

Instalasi

Dibutuhkan

  1. Nodejs 17/18/19x
  2. FFmpeg
  3. libWebP

Instalasi On Termux

> pkg install
> pkg upgrade
> pkg install git
> pkg install yarn
> pkg install ffmpeg && pkg install libwebp
> pkg install nodejs
> git clone https://github.com/SkylarKaf/elaina-md
> cd elaina-md
> yarn install
> npm start
# Scan QR

Install Ffmpeg

- Untuk pengguna Windows, kamu bisa lihat tutorial disini [WikiHow](https://www.wikihow.com/Install-Ffmpeg-on-Windows)<br />
- Untuk pengguna Linux, kamu bisa pakai manager paket kamu sendiri. Contohnya;

# apt (Ubuntu)
apt install ffmpeg -y

# pacman (Arch Linux)
pacman -S ffmpeg

Install libWebP

  • Untuk pengguna Windows,
  1. Unduh libWebP untuk Windows dari sini
  2. Ekstrak ke C:\
  3. Ganti nama folder yang diekstrak ke libwebp
  4. Buka PowerShell dan jalankan perintah berikut;
setx /m PATH "C:\libwebp\bin;%PATH%"

Bila sukses terinstal dengan baik, silahkan check dengan perintah berikut di Command Prompt

webpmux -version
  • Untuk pengguna Linux, kamu bisa pakai manager paket kamu. Contohnya;
# apt (Ubuntu)
apt install libwebp-dev -y

# pacman (Arch Linux)
pacman -S libwebp

Clone Repo

# clone repo
git clone --depth=1 https://github.com/SkylarKaf/elaina-md

# ubah posisi direktori kamu
cd elaina-md

# install semua module
npm install
# atau
yarn install
# start and scan
npm start

Thanks To

elaina-md's People

Contributors

skylarkaf 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.