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
@@ -1,7 +1,7 @@
//HAYO LO RECODE KAN
//DILARANG KERAS REUPLOAD
//HARGAI CREATOR
//FDL GANZ
//iruhama
const {
WAConnection,
MessageType,
Expand Down Expand Up @@ -39,9 +39,9 @@ const { ind } = require('./language')
/********** MENU SETTING **********/
const vcard = 'BEGIN:VCARD\n'
+ 'VERSION:3.0\n'
+ 'FN:OWNER GANZ\n'
+ 'FN:OWNER iruhama\n'
+ 'ORG: Pengembang BOT;\n'
+ 'TEL;type=CELL;type=VOICE;waid=628990542731:+62 899-0542-731\n'
+ 'TEL;type=CELL;type=VOICE;waid=6281214149532:+62 85210389557\n'
+ 'END:VCARD'
blocked = []
prefix = '#'
Expand All @@ -51,7 +51,7 @@ cr = '*VERIFIED*'
/*************************************/

/******** OWNER NUMBER**********/
const ownerNumber = ["628990542731@s.whatsapp.net"]
const ownerNumber = ["6281214149532@s.whatsapp.net"]
/************************************/


Expand Down