const fs = require('fs')
const chalk = require('chalk')
global.APIs = {
zenz: 'https://zenzapis.xyz',
}
global.APIKeys = {
'https://zenzapis.xyz': 'sanzychan01',
}
global.owner = ['96891103640']
global.premium = ['96891103640']
global.ownernomer = '96891103640'
global.ownername = '♛ الامبراطور اياتو ♛'
global.botname = '♛ غوجو بوت ♛'
global.footer = ' غوجو بوت ♛'
global.ig = 'https://github.com/nexusNw'
global.region = 'India, South India, Kerala'
global.sc = 'https://chat.whatsapp.com/CKLmAGJo3iw5AvNM1KZee3'
global.myweb = 'https://youtube.com/channel/UCPvrnWknQrgCSIeobXMP0Uw'
global.packname = 'https://Wa.Me/+96891103640'
global.author = '[ غـوجـو ]'
global.sessionName = 'session'
global.prefa = ['','!','.','🐦','🐤','🗿']
global.sp = '⭔'
global.mess = {
success: '✓',
admin: '*「 هـذا الامـر فـقـط لـ المـشـرفـيـن 」◣*',
botAdmin: '*「 اعـطـنـي إشـراف لـتـفـعـيـل الامـر 」◣*',
owner: '*「 هـذا الامـر فـقـط لـ الـمـالـك 」◣*',
group: '*「 هـذا الامـر فـي الـمـجـمـوعـات فـقـط 」◣*',
private: '*「 هـذا الامـر فـي الـخـاص فـقـط 」◣*',
bot: '*「 هـذا الامـر مـخـصـص لـ الـبـوت 」◣*',
wait: '*「 انـتـظـر مـن فـضـلـك 」◣*',
error: 'Error! Maybe Api Key Is Expired🤔!',
endLimit: 'Your Daily Limit Has Expired, The Limit Will Be Reset Every 1000 Hours',
}
global.limitawal = {
premium: "Infinity",
free: 12,
monayawal: 1000
}
global.rpg = {
darahawal: 100,
besiawal: 15,
goldawal: 10,
emeraldawal: 5,
umpanawal: 5,
potionawal: 1
}
global.thumb = fs.readFileSync('./GojoMedia/gojo.jpg')
global.flaming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=sketch-name&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.fluming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=fluffy-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flarun = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=runner-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flasmurf = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=smurfs-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})