This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.js
60 lines (53 loc) · 1.95 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
53
54
55
56
57
58
59
60
//
//Lower case
global.DeveloperMode = 'false' //true Or false
global.linkGC = ['']//TARUH DISINI LINK GRUP MU
global.owner = ['6282328303332','6285729191215'] // Owner
global.mods = ['6283190403329'] // moderator
global.prems = ['6282328303332','6285876347141','6283190403329','62895801224266','6281273157920'] //premium
global.wait = '[ ❗ ] Wait'
global.eror = '[ ❗ ] EROR FEATURE'
global.apiloss = '[ ❗ ] APIKEY HABIS HUBUNGI OWNER UNTUK MENAMBAH LIMIT APIKEY'
//Simpel Api
global.apiLol = 'PutYourApikeyHere'//TARUH APIKEY//PUT YOUR APIKEY HERE
global.webLol = 'https://api.lolhuman.xyz/api/'
//
//BOT WM
global.botwm = 'RainXyz'//Change This to your name bot
global.APIs = { // API Prefix
// name: 'https://website'
nrtm: 'https://nurutomo.herokuapp.com',
xteam: 'https://api.xteam.xyz',
nzcha: 'http://nzcha-apii.herokuapp.com',
bg: 'http://bochil.ddns.net',
fdci: 'https://api.fdci.se',
dzx: 'https://api.dhamzxploit.my.id',
bsbt: 'https://bsbt-api-rest.herokuapp.com',
zahir: 'https://zahirr-web.herokuapp.com',
zeks: 'https://api.zeks.xyz',
LeysCoder: 'https://leyscoders-api.herokuapp.com',
pencarikode: 'https://pencarikode.xyz'
}
global.APIKeys = { // APIKey Here
// 'https://website': 'apikey'
'https://api.xteam.xyz': 'putyourapikey',//MASUKKAN APIKEY
'https://zahirr-web.herokuapp.com': 'zahirgans',
'https://bsbt-api-rest.herokuapp.com': 'benniismael',
'https://api.zeks.xyz': 'apivinz',
'https://pencarikode.xyz': 'pais',
'https://hardianto-chan.herokuapp.com': 'hardianto',
'https://leyscoders-api.herokuapp.com': 'MIMINGANZ'
}
// Sticker WM
global.packname = 'i hope you\'re fine'//GANTI WM MU
global.author = '@RainBotOfficial'
global.multiplier = 39 // The higher, The harder levelup
let fs = require('fs')
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)
})