if you wanna use input number to get pairing code use npm start
or node index.js --pairing
If you want to get the paring, setting code directly in the botNumber section first
dan jangan lupa masukin ownerNumber nya biar nanti gampang edit edit lewat bot
Bagaimana menambah fitur atau plugin baru?
How to add features or new plugins?
pastikan kalian edit kode atau plugins dengan hati hatinya agar tidak error karna sc ini awal tidak ada eror dan pasti nya sudah di cek copy atau ambil saja saja plugins lain yang sudah ada sebagai contoh
exports.default = {
names: ['Tittle'],
tags: ['title'],
command: ['title'],
start: async (m, {
conn,
text,
prefix,
command,
User,
Format
}) => {
//kode kamu or your code
},
limit: true
}
names: ['Tittle']
Judul Kategori yang akan di tampikan di menu
tags: ['title']
perintah yang akan tampil di menu
command: ['title']
perintah untuk menjalankan plugins plugins nya
limit: true
true = 1 atau bisa kasih nilai angka
premium: false
true jika ingin plugins fiturnya hanya bida di akses premium user
owner: false
true hanya dapat di akses owner
admin: false
true hanya dapat di akses admin
group: false
true hanya dapat di akses dalam group saja
private: false
true hanya dapat di akses di chat pribadi
disable: false
true jika tidak ingin di akses siapapun dan selanjut ada pada contoh plugins lain
untuk menjalankan langsung tanpa command atau event message
module.exports = {
start: async (m, {
conn,
budy,
User,
Format
}) => {
//your kode or kode kamu
}
};
next learn by yourself follow plugins that they were already
selanjutnya pelajari oleh kamu sendiri ikuti plugin yang sudah ada
support termux, vps, panel , panel butut bisa minimal ram 500MB
support rdp atau vps windows atau run di windows
termux must main directory $HOME
- if u wanna run in /sdcard. don't move or copy to /sdcard before install node_modules
- zip after node_modules installed.
just google how to zip and copy file in termux
- make it easy
request fitur, fix, bug atau lain lain
email ke [email protected]
just click or copy
- Node.js
- FFmpeg and Image magic (for sticker command)