-
-
Notifications
You must be signed in to change notification settings - Fork 158
/
config.js
52 lines (49 loc) · 2.14 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
let fs = require('fs')
global.owner = ['6281351047727', '380942618992'] // letakkan nomor kalian disini
global.mods = JSON.parse(fs.readFileSync('./src/moderator.json')) // orang terpercaya?
global.prems = JSON.parse(fs.readFileSync('./src/premium.json')) // Pengguna premium tidak memerlukan limit
global.APIs = { // API Prefix
// nama: 'https://website'
bx: 'https://bx-hunter.herokuapp.com',
amel: 'https://melcanz.com',
hardianto: 'https://hardianto-chan.herokuapp.com',
jonaz: 'https://jonaz-api-v2.herokuapp.com',
neoxr: 'https://neoxr-api.herokuapp.com',
nrtm: 'https://nurutomo.herokuapp.com',
pencarikode: 'https://pencarikode.xyz',
xteam: 'https://api.xteam.xyz',
lolhum: 'https://api.lolhuman.xyz',
zahir: 'https://zahirr-web.herokuapp.com',
zekais: 'http://zekais-api.herokuapp.com',
zeks: 'https://api.zeks.xyz',
}
global.APIKeys = { // APIKey nya disini
// 'https://website': 'apikey'
'https://bx-hunter.herokuapp.com': 'Ikyy69',
'https://melcanz.com': 'lugay',
'https://hardianto-chan.herokuapp.com': 'hardianto',
'https://neoxr-api.herokuapp.com': 'yntkts',
'https://pencarikode.xyz': 'pais',
'https://api.xteam.xyz': 'memeki',
'https://api.lolhuman.xyz': 'windaj',
'https://zahirr-web.herokuapp.com': 'zahirgans',
'https://zekai-api.herokuapp.com': 'komtolofon',
'https://api.zeks.xyz': 'apivinz',
}
// Sticker WM
global.packname = 'SHIRAORI️BOT'
global.author = 'ilman'
global.fla = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=runner-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.wait = '_*tunggu..*_'
global.eror = '*_Server Eror_*'
global.fla = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=fluffy-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.tle = 'https://telegra.ph/file/ecb8f7d2c12d075fc4729.jpg',
global.multiplier = 69 // Semakin tinggi, semakin sulit naik level
let chalk = require('chalk')
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright("Update 'config.js'"))
delete require.cache[file]
require(file)
})