forked from RenzGntng/Bot
-
Notifications
You must be signed in to change notification settings - Fork 3
/
settings.js.bak
74 lines (70 loc) · 3.12 KB
/
settings.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
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
const chalk = require("chalk")
const fs = require("fs")
//documents variants
global.doc1 = 'application/vnd.openxmlformats-officedocument.presentationml.presentation'
global.doc2 = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
global.doc3 = 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
global.doc4 = 'application/zip'
global.doc5 = 'application/pdf'
global.doc6 = 'application/vnd.android.package-archive'
global.hituet = 0
global.gopayno = "083160327945"
global.danano = "083848128003"
global.shopeepayno = "083848128003"
global.creator = "[email protected]"
global.thumb = fs.readFileSync(`./image/thumb.png`)
global.qrisdonate = fs.readFileSync(`./image/qris.jpg`)
global.fake = `📍𝑪𝒓𝒆𝒂𝒕𝒆𝒅 𝑩𝒚 𝐎𝐇𝐋𝐗 𝑩𝒐𝒕 𝑾𝒉𝒂𝒕𝒔𝑨𝒑𝒑`
global.packname = ``
global.author = `×͜× ▭▬▭▬▭▬ 👑 ▭▬▭▬▭▬ ×͜×\nメ 𝗖𝗿𝗲𝗮𝘁𝗲𝗱 𝗕𝘆 𝗢𝗛𝗟𝗫\nメ 𝗖𝗿𝗲𝗮𝘁𝗼𝗿 𝗢𝗛𝗟𝗫 : 𝟲𝟮𝟴𝟯𝟭𝟲𝟬𝟯𝟮𝟳𝟵𝟰𝟱\nメ 𝗬𝗼𝘂𝘁𝘂𝗯𝗲 : 𝗢𝗛𝗟𝗫 𝗕𝗢𝗧\n⊟————————⊟`
global.antilink = false
global.antiwame = false
global.autodltt = false
global.autosticker = false
global.ownerNomor = '6283160327945'
global.ownerName = 'Creator OHLX'
global.ownerNumber = ["[email protected]"]
global.cek1 = ['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']
global.mess = {
wait: 'Wait Sis Please be patient',
succes: 'Good Luck Sis ?',
admin: 'Group Admin Special Features!!!',
botAdmin: 'Bots Must Be Admins First!!!',
owner: 'Ente Kadang-kadang Ente, Nih Khusus Owner Nih!!!',
group: 'Features Used Only For Groups!!!',
private: 'Features Used Only For Private Chat!!!',
bot: 'Bot Number User Special Features!!!',
error: 'Error Sis, Please Chat Owner...',
premium: 'Maaf Sebelumya Kamu Belum Premium, Silahkan Pencet Di Bawah Untuk Beli Premium',
endLimit: 'Limit Harian Anda Telah Habis, Limit Akan Direset Setiap Jam 12',
}
global.limitawal = {
premium: "Infinity",
free: 25
}
//database
global.ntilinkytvid = []
global.ntilinkytch = []
global.ntilinkig = []
global.ntilinkfb = []
global.ntilinktg = []
global.ntilinktt = []
global.ntilinktwt = []
global.ntilinkall = []
global.nticall = []
global.ntwame = []
global.nttoxic = []
global.ntnsfw = []
global.ntvirtex = []
global.rkyt = []
global.wlcm = []
global.gcrevoke = []
global.autorep = []
global.ntilink = []
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})