-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.js
More file actions
65 lines (57 loc) · 1.95 KB
/
config.js
File metadata and controls
65 lines (57 loc) · 1.95 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
global.PORT = process.env.PORT || 3000;
global.time_interval = 60 * 60 * 1000;
// Bot Settings
global.ownerName = "miftahganzz";
global.ownerId = your_id;
global.botToken = ""; // get in bot Father
global.botMode = "public"; // Bot Mode
global.nameGroup = "miftahgrup";
global.nameChannel = "ITzpire";
global.mongoURL = ""; // Your url mongodb
global.autoRestartLimitAndBalance = false; // true or false
global.web_view = true; // default false
global.database = "MongoDB";
global.github = "https://github.com/miftahganzz"; // your github
global.telegram = "https://t.me/miftahganzz";
global.totalFeatures = 10; // total feature or just empty it
global.game_duration = 60; // Game duration
global.fileLimit = 10;
// Default limit and balance user free
global.user = {
Limit: 25,
Balance: 50
};
global.refferUser = {
limit: 15,
balance: 25
};
global.reffer = {
limit: 30,
balance: 50
};
global.thumb = [
"https://minimalistic-wallpaper.demolab.com/?random"
];
global.mess = {
onlyOwner: "[!] This feature can only be used by the owner.",
onlyPremium: "[!] This feature can only be used by premium users.",
onlyGroup: "[!] This feature can only be used within groups.",
onlyPrivate: "[!] This feature can only be used in private chat.",
onlyGroup: "[!] This feature can only be used in group chat.",
onlyAdmin: "[!] This feature can only be used by admin group.",
onlyBotAdmin: "[!] The bot must be a group admin to use this command.",
question: "Enter a question...",
prompt: "Enter a prompt...",
error: "Sorry, the feature has an error.",
limit: "You have reached the limit.",
start: "You are not yet registered in the Bot database. Use the command /start to start."
};
global.api = {
yanz: "https://api.yanzbotz.my.id",
itzpire: "https://itzpire.com",
caliph: "https://api.caliph.biz.id"
};
global.apikey = {
yanz: "", // your apikey yanz
caliph: "" // yout apikey caliph
};