Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update settings.js #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
30 changes: 15 additions & 15 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ global.APIKeys = {
}

//—————「 Setting Owner 」—————//
global.owner = ['6281575886399','6281575886399','6281575886399'] //ubah jadi nomor mu, note tanda ' gausah di hapus!
global.premium = ['6281575886399'] //ubah jadi nomor mu, note tanda ' gausah di hapus!
global.ownernomer = '6281575886399' //ubah jadi nomor mu, note tanda ' gausah di hapus!
global.owner = ['6287840314364','6287840314364','6287840314364'] //ubah jadi nomor mu, note tanda ' gausah di hapus!
global.premium = ['6287840314364'] //ubah jadi nomor mu, note tanda ' gausah di hapus!
global.ownernomer = '6287840314364' //ubah jadi nomor mu, note tanda ' gausah di hapus!

//—————「 Set Nama Own & Bot 」—————//
global.ownername = 'Riy' //ubah jadi nama mu, note tanda ' gausah di hapus!
global.botname = 'Chika-Md' //ubah jadi nama bot mu, note tanda ' gausah di hapus!
global.footer = 'Riy' //ubah jadi nama mu, note tanda ' gausah di hapus!
global.ownername = 'Lmao' //ubah jadi nama mu, note tanda ' gausah di hapus!
global.botname = 'Rika' //ubah jadi nama bot mu, note tanda ' gausah di hapus!
global.footer = 'Erika' //ubah jadi nama mu, note tanda ' gausah di hapus!

//—————「 Set Kebutuhan Button & Kontak 」—————//
//ubah aja kalau ada yang gapunya gsh di hps anggap aja credits :), note tanda ' gausah di hapus!
global.youtube = 'https://youtube.com/channel/UCtM-pDaaGVRe4BJ7w4qE4Bw'
global.ig = 'https://instagram.com/riychdwayne'
global.mygc = 'https://chat.whatsapp.com/CRY23lVKmXB7sCMhHmcwVw'
global.myweb = 'https://s.id/chikabot'
global.email = '[email protected]'
global.youtube = ''
global.ig = ''
global.mygc = ''
global.myweb = ''
global.email = ''
global.region = 'indonesia'

//—————「 Set Wm 」—————//
global.packname = '© Chika-Md' //ubah jadi nama bot mu, note tanda ' gausah di hapus!
global.author = 'Riy' //ubah jadi nama mu, note tanda ' gausah di hapus!
global.packname = '© Lmao-yeah' //ubah jadi nama bot mu, note tanda ' gausah di hapus!
global.author = 'Erika' //ubah jadi nama mu, note tanda ' gausah di hapus!

//—————「 Set Nama Session 」—————//
//gausah di apa² in!
Expand Down Expand Up @@ -89,8 +89,8 @@ owner: '_Fitur Khusus Owner Bot_',
group: '_Fitur Digunakan Hanya Untuk Group!_',
private: '_Fitur Digunakan Hanya Untuk Private Chat!_',
bot: '_Fitur Khusus Pengguna Nomor Bot_',
wait: '_Sedang Di Proses..._',
error: '_Fitur Sedang Error!_',
wait: '_Loading..._',
error: '_Fitur Error!_',
endLimit: '_Limit Harian Anda Telah Habis, Limit Akan Direset Setiap Jam 12_',
}

Expand Down