Skip to content

settings.js #39

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

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
24 changes: 12 additions & 12 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ global.APIKeys = {
'https://api.zeeoneofc.my.id': 'Your Key',
}

global.namabot = "Bot Store"
global.namaowner = "Zeeoneofc"
global.packname = namabot
global.author = namaowner
global.namabot = "Bot Hazume 🌺"
global.namaowner = "Hazume Chan"
global.packname = Hazume Bot
global.author = Hazume Chan
global.myweb = "https://s.id/zeeoneofc"
global.footer_text = "© " + namabot
global.footer_text = "© " + hazume chan UwU
global.pp_bot = fs.readFileSync("./image/foto.jpg")
global.qris = fs.readFileSync("./image/qris.jpg")
global.owner = ['62887435047326']
global.owner = ['6285246395602']
global.pairingNumber = "" //pairing number to install bot
global.sessionName = 'session'
global.background = "https://telegra.ph/file/40342e0085d521cb8b907.jpg" //maks size 50kb agar welcome nya gk lemot
global.prefa = ['-_-']
global.grup_only = false //bot hanya bisa di gunakan dalam grup jika true
global.mess = {
done: 'Done ✅',
wait: '_⌛ Sedang di proses_',
admin: '_Fitur Khusus Admin Group_',
botNotAdmin: '_Jadikan Bot Sebagai Admin Terlebih Dahulu_',
owner: '_Fitur Khusus Owner Bot_',
group: '_Fitur Khusus Dalam Group_',
done: 'Done Sayang ✅',
wait: '_⌛ Sedang di proses yah sayang_',
admin: '_Fitur Khusus Admin Group Aja Yah Sayang_',
botNotAdmin: '_Jadikan Bot Sebagai Admin Terlebih Dahulu Yah Sayang_',
owner: '_Fitur Khusus Owner Bot Aja Sayang_',
group: '_Fitur Khusus Dalam Group Aja Sayang_',
}
global.butwel = [{
buttonId: '.menu',
Expand Down