-
Notifications
You must be signed in to change notification settings - Fork 0
/
setting.js
48 lines (48 loc) · 1.6 KB
/
setting.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
const fs = require('fs')
const chalk = require('chalk')
global.owner = ['6285342071844']
global.ownernomer = "6285342071844"
global.premium = ['6285342071844']
global.packname = 'Sticker By'
global.author = 'L e o t a - M D'
global.sessionName = 'session'
global.jumlha = '999'
global.jumhal = '100000000000000'
global.jumlah = '1000000000'
global.prefa = ['','!','.','#','&']
global.sp = ''
global.mess = {
success: '✅Done',
admin: 'Fitur Khusus Admin Group!',
botAdmin: 'Bot Harus Menjadi Admin Terlebih Dahulu!',
premime: 'Fitur Khusus Premium Kalo Mau Daftar Ketik Sewa / Chat Owner',
owner: 'Fitur Khusus Owner Bot',
group: 'Fitur Digunakan Hanya Untuk Group!',
private: 'Fitur Digunakan Hanya Untuk Private Chat!',
bot: 'Fitur Khusus Pengguna Nomor Bot',
wait: 'Loading...',
error: 'Error!',
errapi: 'Error Mungkin Apikey Tidak Valid!',
errmor: 'Error Kesalahan Sistem',
endLimit: 'Limit Harian Anda Telah Habis, Limit Akan Direset Setiap Jam 12',
}
global.limitawal = {
premium: "Infinity",
free: 30
}
global.thumb = fs.readFileSync('./media/image/leota.jpg')
global.faall = fs.readFileSync('./media/image/fake.jpg')
global.mygit = 'https://github.com/JustInM'
global.webmy = 'Something Or Nothing'
global.ghme = 'https://github.com/JustInM'
global.gcbot = "https://api.botcahx.biz.id"
global.botname = 'L e o t a - M D'
global.omlen = '© Leota'
global.weem = 'L e o t a - M D'
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})