From 60473620a5ec8a2ef4d5c3bada683e2d4dd977bb Mon Sep 17 00:00:00 2001 From: KangYandex <137128692+KangYandex@users.noreply.github.com> Date: Sun, 17 Dec 2023 02:52:29 +0700 Subject: [PATCH] Update index.js --- index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 16dae74..4f0946b 100644 --- a/index.js +++ b/index.js @@ -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 + 'END:VCARD' const @@ -261,7 +261,7 @@ if (text.includes('.owner')){ conn.sendMessage(id, {displayname: "Jeff", vcard: vcard}, MessageType.contact, { quoted: m } ) } - //Ganti nama grup + // if (text.includes('.Setname')){ conn.sendMessage(id, 'Silakan ulangi command dengan huruf kecil',MessageType.text, { quoted: m } ); }