-
Notifications
You must be signed in to change notification settings - Fork 3
/
setting.js.bak
48 lines (42 loc) · 1.39 KB
/
setting.js.bak
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
const fs = require('fs')
const chalk = require('chalk')
// Website Api
global.Api = {
ampibi: 'https://ampibismm.my.id',
}
// Apikey Website Api
global.ApiKey = 'coderevolution' //JIKA INGIN MENDAPATKAN KOMISI DAFTAR DI HTTPS://AMPIBISMM.MY.ID UNTUK MENDAPATKAN APIKEY!
global.smm = {
nomor : '6283102650464',
atasnama : 'Ahmad Nur Fadhil'
}
// Other
global.owner = ['6283102650464',"6282135724604"]
global.premium = ['6283102650464']
global.sponsor = 'no sponsors in:('
global.packname = 'Crizzy-Bot'
global.footer = '© 2022 Fadhil Graphy'
global.author = 'Owner : Fadhil Graphy\nIg1 : @fdhlgrphy\nIg2 : @nr.fdhl__'
global.prefa = ['','!','.','🐦','🐤','🗿']
global.act = {
wait: 'please wait a moment, processing data...',
den:'*Sorry You Not Register Yet...*\n\n*.reg* <name>\n*To Regis/Login*',
proc:'Loading Please Wait..',
error:'Error :(',
success:'Success bang!',
repiar:'This Feature Maintace!',
botadm:'Jadiin gw admin dulu!',
admin:'Khusus admin woi!',
done:'Done!',
gc:'Only Group Allowed',
owner:'Only Owner Allowed'
}
global.thumb = fs.readFileSync('./lib/crizzy.jpg')
global.crizzy = { url: "https://g.top4top.io/p_2443v88g61.jpg"}
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})