Skip to content
Open
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
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ const menu = require("./lib/menu.js")

const apivhtear = 'Apikey vhtear';
const apibarbar = 'Apikey mhankbarbar';
const BotName = 'VVIPINDO BOT';
const BotName = 'VIPDimasHXC BOT';
const instagram = 'agus_alnsyh71- kaelMk_';
const aktif = 'Kapan bot aktif';
const vcard = 'BEGIN:VCARD\n' // metadata of the contact card
+ 'VERSION:3.0\n'
+ 'FN:Agus\n' // Nama kamu
+ 'ORG:VVIPINDO;\n' // Nama bot
+ 'FN:Agus\n' // DimasHXC
+ 'ORG:VVIPINDO;\n' // DimasHXC
+ 'TEL;type=CELL;type=VOICE;waid=6289613469459:+62 896-1346-9459\n' //Nomor whatsapp kamu
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
+ 'TEL;type=CELL;type=VOICE;waid=6289613469459:+62 896-1346-9459\n' //Nomor whatsapp kamu
+ 'TEL;type=CELL;type=VOICE;waid=+54 3456509481:+54 3456509481\n' //Nomor whatsapp kamu

+ 'END:VCARD'
const
Expand Down Expand Up @@ -261,7 +261,7 @@ if (text.includes('.owner')){
conn.sendMessage(id, {displayname: "Jeff", vcard: vcard}, MessageType.contact, { quoted: m } )
}

//Ganti nama grup
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TurboBot

//
if (text.includes('.Setname')){
conn.sendMessage(id, 'Silakan ulangi command dengan huruf kecil',MessageType.text, { quoted: m } );
}
Expand Down