-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.js
68 lines (61 loc) · 1.81 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
/**
* Created By LoRD.
* Contact Me on wa.me/919778383987
* Follow https://github.com/Lord-official
**/
const fs = require('fs')
const chalk = require('chalk')
// Website Api
global.APIs = {
zenz: 'https://zenzapi.xyz',
}
// Apikey Website Api
global.APIKeys = {
'https://zenzapi.xyz': 'bee20bed87',
}
//======================================//
global.wm = '«vanitas bot»🇮'
global.ucpn = ''
//================= Url =================//
global.linkgc = 'https://chat.whatsapp.com/'
global.linkig = 'https://www.instagram.com/mohammed_xf16'
global.linkyt = ''
global.linkfb = ''
global.web = ''
global.web1 = ''
global.linkgh = ''
global.session = process.env.SESSION_ID|| ''
global.titlink = 'Folllow me on Instagram'
global.bodlink = 'mohammed_xf16'
// Other
global.watermark = 'vanitas bot'
global.owner = ['212684684427']
global.premium = ['212684684427']
global.packname = 'vanitas bot'
global.author = 'mohammed_xf16'
global.sessionName = 'lord'
global.prefa = ['','!','.','🐦',',','*']
global.sp = '❄︎'
global.mess = {
success: '𝑺𝒖𝒄𝒄𝒆𝒔𝒔✔︎',
admin: 'Group Admin Special Features!',
botAdmin: 'Bot Must Be Admin First!',
owner: 'Bot Owner Special Features',
group: 'Features Used Only For Groups!',
private: 'Features Used Only For Private Chat!',
bot: 'Bot Number Users Special Feature',
wait: 'Loading...',
endLimit: 'Your Daily Limit Has Expired, The Limit Will Be Reset Every 12 Hours',
}
global.limitawal = {
premium: "Infinity",
free: 100
}
global.thumb = fs.readFileSync('./lib/lord.jpg')
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})