forked from DGXeon/CheemsBot-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
59 lines (53 loc) · 2.16 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
//═══════[© 2022 Xeon Bot Inc.]════════\\
//~you can re-upload but tag my channel
//or put my channel link in the description.
//~you can recode or copy the codes but give
//credit.
//~Thank you to LORD BUDDHA, ME AND MY
//FAMILY.
//═══════[modules]════════\\
const fs = require('fs')
const chalk = require('chalk')
//═══════[api website]════════\\
global.APIs = {
zenz: 'https://zenzapi.xyz', //credit zenz, thank you so much bro <3
}
//═══════[api key of the website]════════\\
global.APIKeys = {
'https://zenzapi.xyz': '805a6c3fa9', //thank you to zenz
}
//═══════[modification]════════\\
global.owner = ['263788914422','263788914422'] //owner number, u can put multiple owner number, within quotations and seperated by comma.
global.pemilik = ['263788914422'] //another owner number
global.premium = ['263788914422'] //premium number
global.pengguna = 'MASTERPEACE ' //username
global.botnma = 'Masterpeace Bot-MD' //bot name
global.ownernma = '⚡Masterpeace' //owner name
global.packname = 'Masterpeace Bot' //sticker package name
global.author = 'Masterpeace' //sticker author name
global.sessionName = 'session' //session name
global.prefa = ['#','!','/',''] //prefix
global.sp = '🇿🇼' //design
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 in only for the bot number',
wait: 'In process...',
endLimit: 'Your Daily Limit Has Expired, The Limit Will Be Reset Every 12 Hours',
}
global.limitawal = {
premium: "Infinity", //premium user limit
free: 100 //free user limit
}
global.thumb = fs.readFileSync('./XeonMedia/cheemspic.jpg')
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})