Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const XBOT = 'AMPIBI'; // Nama Bot Whatsapp
const instagram = 'https://instagram.com/affis_saputro123'; // Nama Instagramlu cok
const nomer = 'https://Wa.me/+6282334297175'; // Nomor whatsapplu cok
const XBOT = 'ZXYZ'; // Nama Bot Whatsapp
const instagram = 'https://instagram.com/_its.rival'; // Nama Instagramlu cok
const nomer = 'https://Wa.me/+6285762102148'; // Nomor whatsapplu cok
const aktif = 'Tergantung kuota'; // Kapan bot lu aktif
const groupwa = 'comming soon'; // OFFICIAL GRUP LU 1
const youtube = 'https://youtube.com/channel/UCYKxsg7iF9a9IZyXQRNsvqw';
const youtube = 'https://youtube.com/channel/Ntah';
const qrcode = require("qrcode-terminal");
const moment = require("moment");
const cheerio = require("cheerio");
Expand All @@ -21,9 +21,9 @@ const speed = require('performance-now');
const readTextInImage = require('./lib/ocr')
const vcard = 'BEGIN:VCARD\n' // metadata of the contact card
+ 'VERSION:3.0\n'
+ 'FN:affis\n' // full name
+ 'ORG:Owner XBOT Bot;\n' // the organization of the contact
+ 'TEL;type=CELL;type=VOICE;waid=6282334297175:+62 823-3429-7175\n' // WhatsApp ID + phone number
+ 'FN:Rival\n' // full name
+ 'ORG:Owner Zxyz Bot;\n' // the organization of the contact
+ 'TEL;type=CELL;type=VOICE;waid=6285762102148:+62 857-6210-2148\n' // WhatsApp ID + phone number
+ 'END:VCARD'

const
Expand Down Expand Up @@ -119,7 +119,7 @@ conn.sendMessage(id ,`${gg} ${exists ? " exists " : " does not exist"} on WhatsA
}

else if (text == 'assalamualaikum'){
conn.sendMessage(id, '3aalaikumsalam, Ketik #menu/#info/#donasi Contoh #menu' ,MessageType.text);
conn.sendMessage(id, 'Waalaikumsalam, Ketik #menu/#info/#donasi Contoh #menu' ,MessageType.text);
}
else if (text == 'salam'){
conn.sendMessage(id, 'Waalaikumsalam, Ketik #menu/#info/#donasi Contoh #menu' ,MessageType.text);
Expand Down
6 changes: 3 additions & 3 deletions lib/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ exports.menu = (id, XBOT, corohelp, tampilTanggal, tampilWaktu, instagram, nomer
│➥ *#simi* <text>
│➥ *#ping*
│➥ *#bucin*
│➥ *#infoig* <@affis_saputro123>
│➥ *#profileig* <@affis_saputro123>
│➥ *#igstalk* <@affis_saputro123>
│➥ *#infoig* <@_its.rival>
│➥ *#profileig* <@_its.rival>
│➥ *#igstalk* <@_its.rival>
│➥ *#chord* <judul lagu>
│➥ *#chord2* <judul lagu>
│➥ *#ping*
Expand Down