forked from MASTERMAN200/rfkbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
95 lines (84 loc) · 3.67 KB
/
config.js
File metadata and controls
95 lines (84 loc) · 3.67 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
// Bismillahirrahmanirrahim
// thank you to ALLAH Swt
// thank you to Nurutomo as wabot-aq
// thank you to ariffb as stikerinbot
// thank you to botstylee
// thank you to bochilgaming as games-wabot
// thank you to benni ismael
// thank you to zerochanBot
// thank you to fernazer
// thank you to MikeBot Dev Team
// thank you to ALL Bot creator
// and thanks you to who support my Bot
gc1 = 'https://chat.whatsapp.com/DKfsblwOCTRBa9rrAmI7JA'
gc2 = 'https://chat.whatsapp.com/DxNnh8RqE4NGjQ2JU2ErY3'
gc3 = 'https://chat.whatsapp.com/HJ9pD2XJ8vq7whuAYOvT1Y'
global.linkGC = ['https://chat.whatsapp.com/DKfsblwOCTRBa9rrAmI7JA', ''] // ganti jadi group lu
global.owner = ['6282287750102','6285799743965'] // Put your number here //owner eval
global.kontak = ['6282287750102','6285799743965'] //Ketika ada yang ngetik #owner
global.mods = ['0'] // Want some help?
global.prems = ['6289625556161','62896255561613'] // Premium user has unlimited limit
global.APIs = { // API Prefix
// name: 'https://website'
rey: 'https://server-api-rey.herokuapp.com',
nrtm: 'https://nurutomo.herokuapp.com',
xteam: 'https://api.xteam.xyz',
zahir: 'https://zahirr-web.herokuapp.com',
lol: 'https://api.lolhuman.xyz',
dhnjing: 'https://dhnjing.xyz',
zeks: 'https://api.zeks.me',
pencarikode: 'https://pencarikode.xyz',
LeysCoder: 'https://leyscoders-api.herokuapp.com'
}
global.APIKeys = { // APIKey Here
// 'https://website': 'apikey' (apikey kalian)
'https://server-api-rey.herokuapp.com': 'apirey',
'https://api.xteam.xyz': 'Dawnfrostkey',
'https://api.lolhuman.xyz': 'RFK-Rey',
'https://zahirr-web.herokuapp.com': 'zahirgans',
'https://api.zeks.me': 'apivinz',
'https://pencarikode.xyz': 'pais',
'https://leyscoders-api.herokuapp.com': 'dappakntlll'
}
lolkey = 'RFK-Rey'
zekskey = 'apivinz'
xteamkey = 'Dawnfrostkey'
//xteam MIMINETBOT
namaig = 'GAK ADA :)'
namagithub = 'https://github.com/MASTERMAN200'
kasihcaption = `Nih kak`
namakontak1 = 'Alpinn'
namakontak2 = 'Hanii'
//kasihcaption = `Nih Kak`
// Sticker WM
global.packname = 'Alpin Botz' // ganti aja
global.author = 'Alpin Botz' // ganti aja
//yyy
bc = 'AlpinHani' //Alpin Broadcast
footer = '\n© AlpinHani'
namabot = 'AlpinHani'
namalu = 'ALPIN'
watermark = 'AlpinBotz' //ganti aja
//
wait = '_*Bentar kak...*_'
global.botwm = 'AlpinBotz'
global.wait = '_*Bentar kak...*_'
global.rpg = 'Fitur Rpg Dimatikan\nKetik *!enable* *rpg* untuk menggunakan fitur ini!\nKalo Mau main Disini aja\nhttps://chat.whatsapp.com/FnNAbem8o6r4pgLhSdO8Q9'
global.nsfw = 'Fitur NSFW Dimatikan\nKetik *!enable* *nsfw* untuk menggunakan fitur ini!\n“Katakanlah kepada orang laki-laki yang beriman: Hendaklah mereka menahan pandanganya, dan memelihara kemaluannya; … Katakanlah kepada wanita yang beriman: Hendaklah mereka menahan pandangannya, dan kemaluannya, dan janganlah mereka Menampakkan perhiasannya, kecuali yang (biasa) nampak dari padany,” \n(TQS. Al-Nur [24]: 30-31).'
global.eror = '_*Server Error*_'
global.fla = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=water-logo&doScale=true&scaleWidth=500&scaleHeight=500&fontsize=100&fillTextType=0&backgroundColor=%23101820&text='
// Ubah saja SC dari AlyaaXzy
global.image = 'https://telegra.ph/file/f96eee5c2c75bd32c1f58.png'//thumbnail
// tingkat kesulitan, semakin tinggi semakin susah
global.multiplier = 40 // The higher, The harder levelup
//*****************PEMBATAS*********************
// JANGAN DI GANTI NTAR KLO GABISA JAN TANYA GW
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)
})