forked from TukangM/RTXZY-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
38 lines (34 loc) · 1.16 KB
/
config.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
global.owner = ['6282284960188']
global.mods = ['6282284960188', '6283838444729']
global.prems = ['6282284960188']
global.nameowner = 'ya lah penyuka furry'
global.numberowner = '6282284960188'
global.mail = '[email protected]'
global.gc = 'https://github.com/TukangM'
global.instagram = 'https://instagram.com/sayaaep_idk'
global.wm = '© Copyright rights reversed TukangM / AEP'
global.wait = '_*Tunggu sedang di proses...*_'
global.eror = '_*Server Error*_'
global.stiker_wait = '*⫹⫺ Stiker sedang dibuat...*'
global.packname = 'Ashley / Furry bot'
global.author = 'Clue... Owner Penyuka Furry sejak 15 oktober 2022. OwO. EwE, UwU'
//INI WAJIB DI ISI!//
global.btc = 'TukangM'
//Daftar terlebih dahulu https://api.botcahx.live
global.lann = 'vWfIcofq'
//Daftar terlebih dahulu https://api.betabotz.org
global.APIs = {
btc: 'https://api.botcahx.live'
}
global.APIKeys = {
'https://api.botcahx.live': 'Apikey'
}
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)
})