-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathConfiguration.js
79 lines (70 loc) · 2.26 KB
/
Configuration.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
const fs = require("fs");
const chalk = require("chalk");
global.available = true;
global.autoReadGc = true;
global.autoReadAll = false;
global.antitags = true;
global.Owner = ["917059114934"];
global.OwnerNumber = ["917059114934"];
global.ownertag = ["917059114934"];
global.BotName = "Maria-Md";
global.OwnerName = "অজয় রায় চৌধুরী🙂";
global.support = "https://chat.whatsapp.com/FoS7pSPtfMqBuoireK4aAJ"
//global.sessionName = "session";
global.themeemoji = '🍭';
global.packname = 'Maria';
global.author = 'অজয় রায় চৌধুরী🙂';
global.wheather = 'b686686fb596410381b60356232809'; //change with your weather api key
global.thum = fs.readFileSync("./Assets/pic7.jpg")
// Prefix //
global.prefa = ["."];
global.ntilinkytvid = []
global.ntilinkytch = []
global.ntilinkig = []
global.ntilinkfb = []
global.ntilinktg = []
global.ntilinktt = []
global.ntilinktwt = []
global.ntilinkall = []
global.nticall = []
global.ntwame = []
global.nttoxic = []
global.ntnsfw = []
global.ntvirtex = []
global.rkyt = []
global.wlcm = []
global.gcrevoke = []
global.autorep = []
global.ntilink = []
global.mess = {
pm: ' 📍Bot wont work in private darling📍 \n\n https://chat.whatsapp.com/FoS7pSPtfMqBuoireK4aAJ',
promote: 'promote success...',
jobdone: 'Job done...',
useradmin: 'Sorry, only *Group Admins* can use this command *Baka*!',
botadmin: 'Sorry, i cant execute this command without being an *Admin* of this group.',
botowner: 'Only my *Owner* can use this command, Baka!',
grouponly: 'This command is only made for *Groups*, Baka!',
privateonly: 'This command is only made for *Private Chat*, Baka!',
botonly: 'Only the *Bot itself* can use this command!',
waiting: 'Chotto Matte...',
nolink: 'Please provide me *link*, Baka!',
error: 'An error occurd!',
banned: 'You are *Banned* fron using commands!',
bangc: 'This Group is *Banned* from using Commands!',
nonsfw: 'Dont be a pervert Baka! This is not a NSFW enabled group!'
}
global.limitawal = {
premium: "Infinity",
free: 2,
monayawal: 1000,
};
global.limitawal = {
rakyat: "Infinity",
free: 100,
};
global.APIs = {
zenz: "https://zenzapis.xyz",
};
global.APIKeys = {
"https://zenzapis.xyz": "5d1197db351b",
};