- Klik stars agar bisa terus update
- Klik watch agar dapat notifikasi ketika update
- Semua fitur work tergantung api dan apikey
Script ini hanyalah cloningan dari versi asli, jika mengalami bug/eror/api tidak bekerja silahkan sempurnakan sendiri
Sebelum menginstal Lexa V.2 coba dulu botnya disini
Aplikasi | Link |
---|---|
Termux | Download disini |
Acode | Download disini |
> git clone https://github.com/mrfzvx12/termux-whatsapp-bot
> cd termux-whatsapp-bot
> bash install.sh
> npm start
- DATA BOT
Tempat : ./data/setting
Contoh default :
{
"prefix": ".",
"ownerNumber": "6282223014661",
"BarBarKey": "YourApiKey",
"Vhtearkey": "YourApiKey",
"LolHumanKey": "YourApiKey",
"Vinzapi": "Yourapikey",
"Itsmeikyapi": "Yourapikey",
"limit": "20",
"memberlimit": "20",
"cr": "𝗠𝗮𝗱𝗲 𝗪𝗶𝘁𝗵 ❤️",
"hargalimit": "500",
"NamaBot": "Lexa V.2",
"Ig": "http://www.instagram.com/mrf.zvx/",
"Wa1": "https://chat.whatsapp.com/FQNUK5VFD68GZaB0UlXjst",
"Wa2": "https://chat.whatsapp.com/CxAPJ6En3uSDqDX1mmBvrv",
"Ovo": "082223014661",
"Pulsa": "082223014661",
"Dana": "082223014661"
}
- Kontak owner
Tempat : ./index.js/101
Contoh default :
const vcard = 'BEGIN:VCARD\n'
+ 'VERSION:3.0\n'
+ 'FN:Mrf.zvx\n' // Nama
+ 'ORG:Lexa bot;\n' // Nama bot
+ 'TEL;type=CELL;type=VOICE;waid=6282223014661:+62 822-2301-4661\n' // Nomor owner
+ 'END:VCARD'