forked from BOTCAHX/RTXZY-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
52 lines (43 loc) · 2.21 KB
/
Copy pathconfig.js
File metadata and controls
52 lines (43 loc) · 2.21 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
global.owner = ['62895331520602', '275664439611636'] // wajib di isi tidak boleh kosong
global.mods = ['62895331520602', '275664439611636'] // wajib di isi tidak boleh kosong
global.prems = ['62895331520602', '275664439611636'] // wajib di isi tidak boleh kosong
global.nameowner = 'Tio' // wajib di isi tidak boleh kosong
global.numberowner = '62895331520602' // wajib di isi tidak boleh kosong
global.mail = 'support@tioprm.eu.org' // wajib di isi tidak boleh kosong
global.gc = 'https://chat.whatsapp.com/I5RpePh2b5u37OyFjzCNTr' // wajib di isi tidak boleh kosong
global.instagram = 'https://instagram.com/prm2.0' // wajib di isi tidak boleh kosong
global.wm = '© BOTCAHX' // isi nama bot atau nama kalian
global.wait = '_*Tunggu sedang di proses...*_' // ini pesan simulasi loading
global.eror = '_*Server Error*_' // ini pesan saat terjadi kesalahan
global.stiker_wait = '*⫹⫺ Stiker sedang dibuat...*' // ini pesan simulasi saat loading pembuatan sticker
global.packname = 'Made With' // watermark stikcker packname
global.author = 'Bot WhatsApp' // watermark stikcker author
global.maxwarn = '5' // Peringatan maksimum Warn
global.autobio = false // Set true/false untuk mengaktifkan atau mematikan autobio (default: false)
global.antiporn = false // Set true/false untuk Auto delete pesan porno (bot harus admin) (default: false)
global.spam = false // Set true/false untuk anti spam (default: false)
global.gcspam = false // Set true/false untuk menutup grup ketika spam (default: false)
// APIKEY INI WAJIB DI ISI! //
global.btc = 'YOUR_APIKEY_HERE'
// Daftar terlebih dahulu https://api.botcahx.eu.org
// OPSIONAL
// Jika ingin menggunakan api BETABOTZ sekaligus buat fitur dan juga daftar dan isi apikey di bawah ini.
// global.lann = 'YOUR_APIKEY_HERE'
// Daftar https://api.betabotz.eu.org
// Tidak boleh diganti atau di ubah
global.APIs = {
btc: 'https://api.botcahx.eu.org'
}
//Tidak boleh diganti atau di ubah
global.APIKeys = {
'https://api.botcahx.eu.org': global.btc
}
let fs = require('fs')
let chalk = require('chalk')
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright("Update 'config.js'"))
delete require.cache[file]
require(file)
})