forked from ALPHA-OFFICIAL-TEAM/ALPHA-MD-WA-BOT
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.js
66 lines (63 loc) Β· 2.59 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
const fs = require('fs')
const chalk = require('chalk')
//Api Wesite\\
global.APIs = {
zenz: 'https://zenzapis.xyz',
}
//Api Key\\
global.APIKeys = {
'https://zenzapis.xyz': 'sanzychan01', //credit goes to sanzy yt, if api key expire, buy it and put it here?\\
}
//customize settings\\
global.owner = ['94784506970']
global.premium = ['94784506970']
global.ownernomer = '94784506970'
global.ownername = 'Achi Fernando'
global.botname = 'πα΄Κα΄Κα΄ α΄‘Κα΄α΄κ±α΄α΄α΄ Κα΄α΄-α΄α΄
α΄α΄
Ιͺα΄Ιͺα΄Ι΄π v1.0.0'
global.footer = ' α΄Κα΄Κα΄ Κα΄α΄-α΄α΄
α΄α΄
Ιͺα΄Ιͺα΄Ι΄'
global.ig = 'https://github.com/ALPHA-OFFICIAL-TEAM'
global.region = 'India, South India, Kerala'
global.sc = 'https://github.com/ALPHA-OFFICIAL-TEAM'
global.myweb = 'https://www.youtube.com/c/AchiBrolk'
global.packname = 'ALPHA WA BOT MD'
global.author = 'D.U.A.N.FERNANDO '
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: 'Please Wait...',
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/djt.jpg')
global.flaming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=sketch-name&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.fluming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=fluffy-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flarun = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=runner-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flasmurf = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=smurfs-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})