forked from RaySenpai69/Asta
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsettings.js
144 lines (69 loc) · 3.12 KB
/
settings.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
//═══════════════════════════════════════════════════════//
//
// 𝙶𝙾𝙹𝙾-𝚂𝙰𝚃𝙾𝚁𝚄 𝓫𝔂 𝓷𝓮𝔁𝓾𝓼𝓝𝔀
//𝙰𝙳𝙾𝙿𝚃𝙴𝙳 𝙵𝚁𝙾𝙼 𝚂𝙲𝚁𝙸𝙿𝚃 𝙾𝙵 𝙲𝙷𝙴𝙴𝙼𝚂𝙱𝙾𝚃 𝚅2 𝙱𝚈 𝙳𝙶𝚇𝚎𝚘𝚗
//
//════════════════════════════//
const fs = require('fs')
const chalk = require('chalk')
//Api Website\\
global.APIs = {
zenz: 'https://zenzapis.xyz',
}
//Api Key\\
global.APIKeys = {
'https://zenzapis.xyz': '0b0df72a76', //credit goes to sanzy yt, if api key expire, buy it and put it here?\\
}
//customize settings\\
global.owner = ['Didula Rashmika']
global.premium = ['🖤Black Panther Bot🖤']
global.ownernomer = '+94741671668'
global.ownername = 'Didula Rashmika'
global.botname = '🖤Black Panther Bot🖤'
global.footer = '©Black panther🖤.'
global.ig = 'https://github.com/BlackPanther-svg/Black-Panther-MD-'
global.region = 'Sri lanka, North Central Province, Anuradhapura'
global.sc = 'https://github.com/BlackPanther-svg/Black-Panther-MD-'
global.myweb = 'https://youtube.com/channel/UChP2lplECA2eZGCYLy_QeRA'
global.packname = '🖤Black Panther Bot🖤'
global.author = '🖤Black Panther Bot🖤'
global.sessionName = 'session'
global.prefa = ['','!','.','❄','🖤','☃']
global.sp = '◈'
global.mess = {
success: 'Done ✓🌹⃝⃘̉̉̉̉̉̉🧚',
admin: 'This Feature Is Only For Admin!✾ـٰٰٰٰٖٖٖٖٜ۬ـٰٰٰٖٖٖٜ۬ـٰٰٖٖٜ۬ـٰٖٜ۬ـٰٖٜ۬ـٰٰٖٖٜ۬ـٰٰٰٖٖٖٜ۬ـٰٰٰٰٖٖٖٖٜ۬ـٰٰٰٖٖٖٜ۬ـٰٰٖٖٜ۬ـٰٖٜ۬ـٰٖٜ۬ـٰٰٖٖٜ۬ـٰٰٰٖٖٖٜ۬ـٰٰٰٰٖٖٖٖٜ۬✾➣',
botAdmin: 'Bot Must Be Admin First!❤️⃟✦⃝̮̮̮̯̯̯😌',
owner: 'This Feature Is Only For Owner😯⃟💦᭄᭄̊̊̊̊࿔!',
group: 'Feature Used Only For Groups!😒⃝⃟ꦾ👌ꦿ',
private: 'Features Used Only For Private Chat😯⃟💦᭄᭄̊̊̊̊࿔!',
bot: 'This Feature Is Only For Bot❤️⃝➤⃟̱̱̱̱̄̄̄̄😢',
wait: 'Wait A minute...🦋⃝❉⃟࿔ꦿ',
error: 'Error! Maybe Api Key Is Expired🤔!',
endLimit: 'Your Daily Limit Has Expired, The Limit Will Be Reset Every 12 Hours',
}
global.limitawal = {
premium: "Infinity",
free: 12,
monayawal: 1000
}
global.rpg = {
darahawal: 100,
besiawal: 15,
goldawal: 10,
emeraldawal: 5,
umpanawal: 5,
potionawal: 1
}
global.thumb = fs.readFileSync('./GojoMedia/gojo.jpg')
global.flaming = fs.readFileSync('./GojoMedia/gojo.jpg')
global.fluming = fs.readFileSync('./GojoMedia/gojo.jpg')
global.flarun = fs.readFileSync('./GojoMedia/gojo.jpg')
global.flasmurf = fs.readFileSync('./GojoMedia/gojo.jpg')
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})