Skip to content

Commit c0d2b3a

Browse files
authoredJan 2, 2021
Update index.js
1 parent c4364e5 commit c0d2b3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function starts() {
7070
} catch {
7171
ppimg = 'https://i0.wp.com/www.gambarunik.id/wp-content/uploads/2019/06/Top-Gambar-Foto-Profil-Kosong-Lucu-Tergokil-.jpg'
7272
}
73-
teks = `Halo @${num.split('@')[0]}\nSelamat datang di group *${mdata.subject}*`
73+
teks = `Olá @${num.split('@')[0]}\nSeja bem-vindo ao grupo *${mdata.subject}*`
7474
let buff = await getBuffer(ppimg)
7575
client.sendMessage(mdata.id, buff, MessageType.image, {caption: teks, contextInfo: {"mentionedJid": [num]}})
7676
} else if (anu.action == 'remove') {
@@ -80,7 +80,7 @@ async function starts() {
8080
} catch {
8181
ppimg = 'https://i0.wp.com/www.gambarunik.id/wp-content/uploads/2019/06/Top-Gambar-Foto-Profil-Kosong-Lucu-Tergokil-.jpg'
8282
}
83-
teks = `Sayonara @${num.split('@')[0]}👋`
83+
teks = `-1 corno @${num.split('@')[0]}Saiu do grupo 👋`
8484
let buff = await getBuffer(ppimg)
8585
client.sendMessage(mdata.id, buff, MessageType.image, {caption: teks, contextInfo: {"mentionedJid": [num]}})
8686
}
@@ -626,5 +626,5 @@ async function starts() {
626626
}
627627
})
628628
}
629-
start
629+
starts()
630630

0 commit comments

Comments
 (0)
Please sign in to comment.