-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
61 lines (51 loc) · 1.91 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
const fs = require("fs");
const chalk = require("chalk");
global.apikey = "19ac618f93a08bd0f1a75122"; //https://api.lolhuman.xyz
global.rosekey = "-"; //https://api.itsrose.life
//—————「 Set Nama Bot & Own 」—————//
global.namabot = "R23Bot-MD";
global.namaowner = "Razan";
//—————「 Setting Owner 」—————//
global.owner = "6285736800927";
global.ownernomer = ["6285736800927"];
global.premium = ["6285736800927"];
//—————「 Set Wm 」—————//
global.packname = "";
global.author = "R23Botz - Md";
global.prefa = [".", "#", "$", "!", "?", "/", "~"];
global.sp = "•";
//—————「 Set Message 」—————//
global.mess = {
done: "Done ✅",
admin: "Feature Only for _*Admin Group*_",
botAdmin:
"Perintah Ini Hanya Bisa Digunakan Ketika Bot Menjadi Admin Group !",
owner: "Feature Only for _*owner*_",
prem: "Feature Only for _*premium*_, Please Contact Owner To Get Premium Access",
group: "Feature Only for _*Group Chat*_",
private: "Feature Only for _*Admin Group*_",
wait: "Wait a Moment, for Process",
endLimit: "Your imit has run out, Wait at 12 at night",
error: "*!!!Feature Error!!!*",
};
//—————「 Set Limit 」—————//
global.limitawal = {
premium: "Infinity",
free: 50,
};
//—————「 Set Image 」—————//
global.imageurl = "https://telegra.ph/file/2bafb192a809ef80108f1.jpg";
global.isLink = `https://www.rivqi.my.id`;
global.thumb = fs.readFileSync("./media/thumb.jpg");
//—————「 Link 」—————//
global.linkig = "https://instagram/@rivqi.ajaa";
global.website = "https://www.rivqi.my.id";
//—————「 Batas Akhir 」—————//
let file = require.resolve(__filename);
fs.watchFile(file, () => {
fs.unwatchFile(file);
console.log(chalk.redBright(`Update'${__filename}'`));
delete require.cache[file];
require(file);
});
//Razan ラザン