-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
111 lines (95 loc) · 3.92 KB
/
config.js
File metadata and controls
111 lines (95 loc) · 3.92 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
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
101
102
103
104
105
106
107
108
109
110
111
/**
* Base By Dika Ardnt.
* Recode By KafuuChann
* Kalau Mau Recode, Edit Aja Di confiq.js
* Contact Me On wa.me/62887435006141
* Follow https://github.com/KafuuChann
*/
//gausah di apa² in!
const fs = require('fs')
const chalk = require('chalk')
//—————「 Website Apikey 」—————//
global.APIs = {
//gausah di apa² in!
zenz: 'https://zenzapis.xyz',
}
//—————「 Website Apikey 」—————//
global.APIKeys = {
//gausah di apa² in, Udah Free kok :)
'https://zenzapis.xyz': 'akame-chan>_<',
}
//—————「 Set Nama Bot & Own & Agama 」—————//
//kok pake agama bang? fitur toleransi bang
global.namabot = 'Eichi-MultiDevice'
global.namaowner = 'Eichi'
global.agama = 'Islam'
//—————「 Setting Owner 」—————//
global.owner = ['62887435006141']
global.premium = ['62887435006141']
//—————「 Setting Nomor Donasi 」—————//
//ubah aja kalau ada yg gapunya kasih tanda -
global.telkomsel = ['-']
global.xl = ['-']
global.indosat = ['-']
global.tri = ['-']
global.smartfren = ['62887435006141']
global.gopay = ['-']
global.dana = ['62887435006141']
global.ovo = ['-']
global.saweria = ['-']
//—————「 Set Kebutuhan Button 」—————//
//ubah aja kalau ada yang gapunya gsh di hps anggap aja credits :)
global.github = 'https://github.com/DikaArdnt'
global.scbot = 'https://github.com/DikaArdnt'
global.myweb = 'www.tiktok.com/Eichi01'
//—————「 Set Wm 」—————//
global.packname = 'Eichi'
global.author = 'wa.me/62887435006141'
//—————「 Set Nama Session 」—————//
//gausah di apa² in!
global.sessionName = 'session'
//—————「 Set Prefix 」—————//
//gausah di apa² in!
global.prefa = ['', '!', '.', '🐦', '🐤', '🗿']
//—————「 Set Simbol 」—————//
//terserah mau ubah atau nggak
global.sp = '⭔'
//—————「 Set Message 」—————//
//terserah mau ubah apa nggak
global.mess = {
success: 'Done, Oke Desu~',
admin: 'Perintah Ini Hanya Bisa Digunakan Oleh Admin !',
botAdmin: 'Perintah Ini Hanya Bisa Digunakan Ketika Bot Menjadi Admin !',
owner: 'Perintah Ini Hanya Bisa Digunakan Oleh Owner !',
group: 'Perintah Ini Hanya Bisa Digunakan Di Group Chat !',
private: 'Perintah Ini Hanya Bisa Digunakan Di Private Chat !',
bot: 'Fitur Khusus Pengguna Nomor Bot !',
wait: '⏳ Sedang Di Proses !',
endLimit: 'Limit Harian Anda Telah Habis, Limit Akan Direset Setiap Jam 12 !',
error: 'Fitur Sedang Error !',
}
//—————「 Set Limit 」—————//
//terserah mau ubah atau nggak
global.limitawal = {
premium: "Infinity",
free: 50,
}
//—————「 Set Image 」—————//
//terserah mau ubah apa nggak, menurut gua jangan di ubah!
global.thumb = fs.readFileSync('./lib/hisoka.jpg')
global.visoka = fs.readFileSync('./lib/またね.mp4')
//—————「 Set Random Image Menu 」—————//
//gausah di apa² in!
global.flaming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=sketch-name&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.fluming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=fluffy-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flarun = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=runner-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flasmurf = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=smurfs-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
//—————「 Batas Akhir 」—————//
//gausah si apa² in!
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})