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 #36

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
14 changes: 7 additions & 7 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ global.APIs = {

// Apikey
global.APIKeys = {
'https://api.zeeoneofc.my.id': 'Your Key',
'https://api.zeeoneofc.my.id': 'wmmLEYjaUObZYmY',
}

global.namabot = "Bot Store"
global.namaowner = "Zeeoneofc"
global.packname = namabot
global.author = namaowner
global.namabot = "Shadow Bot"
global.namaowner = "Cid Kagenou"
global.packname = Shadow Bot
global.author = Kagenou
global.myweb = "https://s.id/zeeoneofc"
global.footer_text = "© " + namabot
global.footer_text = "© " + Shadow Bot
global.pp_bot = fs.readFileSync("./image/foto.jpg")
global.qris = fs.readFileSync("./image/qris.jpg")
global.owner = ['62887435047326']
global.owner = ['6281312443975']
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
Expand Down