-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathconfig.js
76 lines (65 loc) · 2.53 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
const fs = require("fs");
//to enable function - true
//to disable function - false
//
global.available = false;
global.autoReadGc = false;
global.autoReadAll = false;
global.antitags = false;
//auto functioner
global.autoTyping = false; //make true to enable auto typing
global.autoRecord = true; //make true to enable auto recording
global.autoviewstatus = false; //make true to view statuses
global.anticall = false
global.SESSION_ID = process.env.SESSION_ID || ""
global.Owner = ["2349151864541"]; //like 2347080968564
global.OwnerName = "Tᴀɪʀᴀ Mᴀᴋɪɴᴏ";
global.BotName = "♱MAKINO-MD-V2♱♡⃤";
global.packname = "♱MAKINO-MD-V2♱♡⃤"; //Do not change.
global.author = "TAIRA MAKINO"; //Do not change.
global.BotSourceCode = "https://github.com/anonphoenix007/MAKINO-V2-MD"; //Do not change.
global.SupportGroupLink = "https://chat.whatsapp.com/DOVRqF006VHHZhiSNwJRce";
global.SupportGroupLink = "https://chat.whatsapp.com/DOVRqF006VHHZhiSNwJRce"; //Do not change!
global.menutype = "v3"
global.prefa = ['','!','.',',']
//
global.BotLogo = fs.readFileSync("./Assets/pic1.jpg");
global.Thumb = fs.readFileSync("./Assets/pic7.jpg");
global.Thumb1 = fs.readFileSync("./Assets/pic5.jpg");
global.ErrorPic = fs.readFileSync("./Assets/pic7.jpg");
global.OwnerNumber = [""] //Ignore,Unused
//
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 = {
jobdone: 'Here you go...',
useradmin: 'Only group Admin can use the command 😂 ',
botadmin: 'Make me Admin first 😌📍.',
botowner: 'Only my *Owner* can use this command!',
grouponly: 'This command is only made for *Groups*',
privateonly: 'This command is only made for *Private Chat*',
botonly: 'Only the *Bot itself* can use this command!',
waiting: 'Wait a lil bit (¬_¬)ノ...',
nolink: ' provide me *link*',
error: 'An error occurd!',
banned: 'You cant use the commands because you Are *Banned*',
bangc: 'This Group is *Banned* from using Commands!',
nonsfw: 'Dont be a pervert,idiot! This is not a NSFW enabled group!'
}