-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
config.js
37 lines (34 loc) · 1.22 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
const os = process
global.DeveloperMode = 'false' //true Or false
global.owner = ['79917358836', '6289504585790'] || os.env["OWNER_NUMBER"]// Put your number here
global.linkGC = ['http://bit.ly/Grupgabutbotv1']
global.mods = ['79917358836', '6289504585790'] // Want some help?
global.prems = ['79917358836', '6289504585790'] // Premium user has unlimited limit
global.APIs = { // API Prefix
// name: 'https://website'
nrtm: 'https://nurutomo.herokuapp.com',
xteam: 'https://api.xteam.xyz',
vhtear: 'https://vhtear.com',
zeks: 'https://api.zeks.xyz',
clph: 'https://recoders-area.caliph.repl.co'
}
global.APIKeys = { // APIKey Here
// 'https://website': 'apikey'
'https://api.xteam.xyz': 'ISI APIKEY LU',
'https://recoders-area.caliph.repl.co': 'FreeApi',
'https://vhtear.com': 'AdiOfficial404',
'https://api.zeks.xyz': 'apivinz'
}
// Sticker WM
global.packname = 'Sticker Dari Bot Adi'
global.author = 'GH: Adi-OfficialL'
global.multiplier = 69 // 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)
})