-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
56 lines (51 loc) · 1.66 KB
/
config.js
File metadata and controls
56 lines (51 loc) · 1.66 KB
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
/**
* Create By arygamz.
* Contact Me on wa.me/994408465157
* Follow https://github.com/arybotz
*/
const fs = require('fs')
const chalk = require('chalk')
// Website Api
global.APIs = {
zenz: 'https://zenzapis.xyz',
beta: 'https://betabotz-api.herokuapp.com',
}
// Apikey Website Api
global.APIKeys = {
'https://zenzapis.xyz': 'c2459db922', //mau apikey unlimited? beli di zenzapis.xyz!, Enggak punya apikey? regist di zenzapis.xyz untuk mendapatkan apikey free
'https://betabotz-api.herokuapp.com': 'BetaBotz',
}
// Other
global.owner = ['994408465157']
global.premium = ['994408465157']
global.packname = 'ARY BOTZ V17'
global.author = 'AryTuru'
global.sessionName = 'session'
global.prefa = ['','!','.','🐦','🐤','🗿']
global.sp = '⭔'
global.mess = {
success: '✓ Success',
admin: 'Fitur Khusus Admin Group!',
botAdmin: 'Bot Harus Menjadi Admin Terlebih Dahulu!',
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...',
endLimit: 'Limit Harian Anda Telah Habis, Limit Akan Direset Setiap Jam 12',
}
global.limitawal = {
premium: "Infinity",
free: 20
}
global.thumb = fs.readFileSync('./lib/riokun.jpg')
global.rio = fs.readFileSync('./lib/riokun.jpg')
global.turu = { url: 'https://telegra.ph/file/78ec2c976c9556232ab89.mp4' }
global.visoka = { url: 'https://telegra.ph/file/15209657f9d4f59c7ca1e.mp4' }
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})