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

Delete session.data.json #22

Open
wants to merge 4 commits into
base: fix-bot-v3
Choose a base branch
from
Open
Show file tree
Hide file tree
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
22 changes: 11 additions & 11 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ global.ppulsa2 = '08XXXXXXXXXX' // kalau ada kartu lain isi aja
global.psaweria = 'https://saweria.com/mrw4h1d'

/*============== NOMOR ==============*/
global.nomorbot = '62XXXXXXXXXXX'
global.nomorown = '6282127487538'
global.namebot = 'WH-MODS-BOT-V1'
global.nameown = 'WH MODS DEV'
global.nomorbot = '6282192834347'
global.nomorown = '6282192834347'
global.namebot = 'nusabotz'
global.nameown = 'nusa'

/*============== Github Thanks To ==============*/
global.namagithub = 'Nama Github Belum Diisi' // nama github lu
Expand All @@ -85,7 +85,7 @@ global.lolkey = 'e54205a4ca2caa368cc067bb' // PUNYA WAHID 8e66d0934cf741bfd2182

/*============== STAFF ==============*/
global.owner = [
['6282127487538', 'WH MODS DEV', true],
['6282192834347', 'nusa', true],
['-', 'ISI KALAU ADA', true],
['-', 'ISI KALAU ADA', true],
['-', 'ISI KALAU ADA', true],
Expand Down Expand Up @@ -138,14 +138,14 @@ global.APIKeys = { // APIKey Here
// Kata APIKEY itu isi dengan apikey lu sendiri, dengan beli ke website itu

/*============== WATERMARK ==============*/
global.wm = ' 「 WH-MODS-BOT-V1 」' //Main Watermark
global.wm2 = '꒷︶꒷꒥꒷ ‧₊˚ ꒰ฅ˘WH-MODS-BOT-V1 ˘ฅ ꒱ ‧₊˚꒷︶꒷꒥꒷'
global.wm = ' 「 nusabotz 」' //Main Watermark
global.wm2 = '꒷︶꒷꒥꒷ ‧₊˚ ꒰ฅ˘nusabotz ˘ฅ ꒱ ‧₊˚꒷︶꒷꒥꒷'
global.wm3 = '⫹⫺ WH-MODS-BOT-V1 '
global.botdate = `⫹⫺ DATE: ${week} ${date}\n⫹⫺ 𝗧𝗶𝗺𝗲: ${wktuwib}`
global.bottime = `T I M E : ${wktuwib}`
global.titlebot = `⫹⫺ WhatsApp Bot | By WH-MODS-DEV`
global.titlebot = `⫹⫺ WhatsApp Bot | By nusa`
global.packname = '☂︎ ᴄʀᴇᴀᴛᴇᴅ ʙʏ'
global.author = ' 「 WH-MODS-BOT-V1 あ」'
global.author = ' 「 nusabotz あ」'

/*Fake*/
global.fsizedoc = '1'.repeat(10)
Expand Down Expand Up @@ -636,8 +636,8 @@ global.htjava = '⫹⫺' //hiasan Doang :v
global.hsquere = ['⛶','❏','⫹⫺']

/*============== STICKER WM ==============*/
global.stickpack = 'WH-MODS-BOT-V1'
global.stickauth = `By ©WH-MODS-DEV`
global.stickpack = 'nusabotz'
global.stickauth = `By ©nusa`

global.multiplier = 38 // The higher, The harder levelup

Expand Down
Loading