forked from mhmmdrizki13/games-wabot-md-rizzbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
71 lines (68 loc) · 2.91 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
61
62
63
64
65
66
67
68
69
70
71
global.DeveloperMode = 'false' //true Or false
global.linkGC = ['https://chat.whatsapp.com/Lb4Emjih98rBiCZiZoS2eM', 'https://chat.whatsapp.com/FrluVyY5kBRIhY6yKfH4DI']
global.Owner = {
// use the phone number with the country code, for example Indonesia '62' America '1' etc
'62857139649630': { // put your number here
name: 'Owner Metro Bot/Creator games-wabot',
isDev: false, // if true this number will send if bot have bug and developer mode true
isReport: false, // if true this number will send if user use command /report or /join
isCreator: true // if true this number will send if user use command /owner or /creator
},
'6281390658325': { // put your number here
isDev: true, // if true this number will send if bot have bug and developer mode true
isReport: true, // if true this number will send if user use command /report or /join
isCreator: false // if true this number will send if user use command /owner or /creator
},
'6282256115584': { // put your number here
name: 'Dave',
isDev: false, // if true this number will send if bot have bug and developer mode true
isReport: true, // if true this number will send if user use command /report or /join
isCreator: false // if true this number will send if user use command /owner or /creator
},
'6285713964963': {
isReport: true // if true this number will send if user use command /report or /join
},
'13479805233': {} // ignore if you don't want anything, like name dll
}
global.mods = ['13479805233'] // Want some help?
global.prems = [] // Premium user has unlimited limit
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',
td: 'https://api-toxic-devil.herokuapp.com/api',
fdci: 'https://api.fdci.se',
skh: 'https://sekha.me',
dzx: 'https://api.dhamzxploit.my.id',
zahir: 'https://zahirr-web.herokuapp.com',
zeks: 'https://api.zeks.me',
pencarikode: 'https://api.chipa.xyz',
hardianto: 'http://hardianto.xyz',
adiisus: 'https://adiixyzapi.herokuapp.com',
LeysCoder: 'https://leyscoders-api.herokuapp.com'
}
global.APIKeys = { // APIKey Here
// 'https://website': 'apikey'
'https://api.xteam.xyz': 'd90a9e986e18778b',
'https://zahirr-web.herokuapp.com': 'zahirgans',
'https://api.zeks.me': 'apivinz',
'https://sekha.me': 'apirey',
'https://api.chipa.xyz': 'pais',
'http://hardianto.xyz': 'hardianto',
'https://leyscoders-api.herokuapp.com': 'dappakntlll'
}
// Sticker WM
global.packname = 'wa.me/6285713964963'
global.author = 'Metro Bot Is The Best'
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)
})