Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/gojo-satoru
Path: blob/master/settings.js
1863 views
1
//═══════════════════════════════════════════════════════//
2
//
3
// 𝙶𝙾𝙹𝙾-𝚂𝙰𝚃𝙾𝚁𝚄 𝓫𝔂 𝓷𝓮𝔁𝓾𝓼𝓝𝔀
4
//𝙰𝙳𝙾𝙿𝚃𝙴𝙳 𝙵𝚁𝙾𝙼 𝚂𝙲𝚁𝙸𝙿𝚃 𝙾𝙵 𝙲𝙷𝙴𝙴𝙼𝚂𝙱𝙾𝚃 𝚅2 𝙱𝚈 𝙳𝙶𝚇𝚎𝚘𝚗
5
//
6
//════════════════════════════//
7
8
const fs = require('fs')
9
const chalk = require('chalk')
10
11
//Api Website\\
12
global.APIs = {
13
zenz: 'https://zenzapis.xyz',
14
}
15
16
//Api Key\\
17
global.APIKeys = {
18
'https://zenzapis.xyz': 'sanzychan01', //credit goes to sanzy yt, if api key expire, buy it and put it here?\\
19
}
20
21
//customize settings\\
22
global.owner = ['96891103640']
23
global.premium = ['96891103640']
24
global.ownernomer = '96891103640'
25
global.ownername = '♛ الامبراطور اياتو ♛'
26
global.botname = '♛ غوجو بوت ♛'
27
global.footer = ' غوجو بوت ♛'
28
global.ig = 'https://github.com/nexusNw'
29
global.region = 'India, South India, Kerala'
30
global.sc = 'https://chat.whatsapp.com/CKLmAGJo3iw5AvNM1KZee3'
31
global.myweb = 'https://youtube.com/channel/UCPvrnWknQrgCSIeobXMP0Uw'
32
global.packname = 'https://Wa.Me/+96891103640'
33
global.author = '[ غـوجـو ]'
34
global.sessionName = 'session'
35
global.prefa = ['','!','.','🐦','🐤','🗿']
36
global.sp = '⭔'
37
global.mess = {
38
success: '✓',
39
admin: '*「 هـذا الامـر فـقـط لـ المـشـرفـيـن 」◣*',
40
botAdmin: '*「 اعـطـنـي إشـراف لـتـفـعـيـل الامـر 」◣*',
41
owner: '*「 هـذا الامـر فـقـط لـ الـمـالـك 」◣*',
42
group: '*「 هـذا الامـر فـي الـمـجـمـوعـات فـقـط 」◣*',
43
private: '*「 هـذا الامـر فـي الـخـاص فـقـط 」◣*',
44
bot: '*「 هـذا الامـر مـخـصـص لـ الـبـوت 」◣*',
45
wait: '*「 انـتـظـر مـن فـضـلـك 」◣*',
46
error: 'Error! Maybe Api Key Is Expired🤔!',
47
endLimit: 'Your Daily Limit Has Expired, The Limit Will Be Reset Every 1000 Hours',
48
}
49
global.limitawal = {
50
premium: "Infinity",
51
free: 12,
52
monayawal: 1000
53
}
54
global.rpg = {
55
darahawal: 100,
56
besiawal: 15,
57
goldawal: 10,
58
emeraldawal: 5,
59
umpanawal: 5,
60
potionawal: 1
61
}
62
global.thumb = fs.readFileSync('./GojoMedia/gojo.jpg')
63
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='
64
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='
65
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='
66
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='
67
let file = require.resolve(__filename)
68
fs.watchFile(file, () => {
69
fs.unwatchFile(file)
70
console.log(chalk.redBright(`Update'${__filename}'`))
71
delete require.cache[file]
72
require(file)
73
})
74
75