-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
113 lines (106 loc) · 2.68 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/**
* Create By ig fhl.dx17.
*/
const fs = require('fs')
const chalk = require('chalk')
// Website Api
global.APIs = {
zenz: 'https://zenzapis.xyz',
didin: 'https://api-didinbotz.herokuapp.com',
}
// Apikey Website Api
global.APIKeys = {
'https://zenzapis.xyz': 'a82716863f',
}
// Other
global.owner = ['6282197440262']
global.ownernomer = "6282197440262"
global.premium = ['6282197440262']
global.packname = '「Rulzx」'
global.author = '「Rulzx」'
global.sessionName = 'Daffaaa XD'
global.prefa = ['','!','.','#','&']
global.namebotmu = '4U'
global.tutorial = 'https://www.youtube.com/@4KSanzz'
global.sp = ''
global.mess = {
success: 'Done',
admin: 'Fitur Khusus Admin Group!',
botAdmin: 'Bot Harus Menjadi Admin Terlebih Dahulu!',
premime: 'Fitur Khusus Premium Kalo Mau Daftar Ketik Sewa',
verify: 'Daftar Dulu Kk, Cara Daftar nya Ketik .menu',
owner: 'Fitur Khusus Owner Bot',
api: 'Mungkin Api Nya Eror cok?',
group: 'Fitur Digunakan Hanya Untuk Group!',
private: 'Fitur Digunakan Hanya Untuk Private Chat!',
bot: 'Fitur Khusus Pengguna Nomor Bot',
wait: '[❗] SABAR LAGI DI PROSES',
endLimit: 'Limit Harian Anda Telah Habis, Limit Akan Direset Setiap Jam 12',
}
global.limitawal = {
premium: "Infinity",
free: 4,
monayawal: 100
}
global.rpg = {
darahawal: 100,
besiawal: 15,
goldawal: 10,
emeraldawal: 5,
umpanawal: 5,
potionawal: 1
}
global.limitAwal = {
prem: 'Unlimited',
free: 4
}
global.thumb = fs.readFileSync('./DidinMedia/didin.png')
global.didinbc = fs.readFileSync('./DidinMedia/didinbc.png')
global.rules = fs.readFileSync('./DidinMedia/rules.jpg')
global.xc = fs.readFileSync('DidinMedia/didinxc.jpg')
global.mygit = 'https://github.com/4ksanzz'
global.myyt = 'https://www.youtube.com/@4KSanzz'
global.myytv = 'https://www.youtube.com/@4KSanzz'
global.botname = '4U'
global.akulaku = 'sanzzy'
global.ytname = '@4KSanzz'
global.emot = {
role: '🏆',
level: '🎚️',
limit: '📊',
health: '❤️',
exp: '💫',
money: '💵',
potion: '🥤',
diamond: '💎',
common: '📦',
uncommon: '🎁',
mythic: '🗳️',
legendary: '🗃️',
pet: '🎁',
trash: '🗑',
armor: '👕',
sword: '⚔️',
wood: '🪵',
batu: '🪨',
string: '🕸️',
horse: '🐎',
cat: '🐈',
dog: '🐕',
fox: '🦊',
petFood: '🍖',
iron: '⛓️',
gold: '👑',
emerald: '💚',
budak: '🏃',
busur: '🏹',
panah: '💘',
kapak: '🪓'
}
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})