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
11 changes: 4 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* JANGAN MODAL NAMA DOANG BOSQ
* HARGAILAH YG MEMBUAT SCRIPT INI BOSQ
* JANGAN UBAH-UBAH INFO!!!
* FADHIL ID
* DHYMAZ ID
* BOLEH UBAH TAPI KECUALI INFO!!!
*/
const qrcode = require("qrcode-terminal")
Expand All @@ -18,12 +18,9 @@ const arrayBulan = ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Jul
const bulan = arrayBulan[moment().format('MM') - 1]

const config = {
A187: 'NAMA BIT KALIAN🤖',
instagram: 'https://instagram.com/sensi.edtz_',
nomer: 'wa.me/+6285964224017',
aktif: 'TERSERAH KALIAN MAU JAM BRP AKTIFNYA',
youtube: 'https://youtube.sensi chanel.com',
whatsapp: 'terserah kalian taruh group yg mana',
A187: 'Botster',
instagram: 'https://instagram.com/offdhymaz',
nomer: 'wa.me/+6285796582392',
tanggal: `TANGGAL: ${moment().format('DD')} ${bulan} ${moment().format('YYYY')}`,
waktu: time
}
Expand Down