forked from XdKing2/Mk-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.js
More file actions
69 lines (56 loc) · 2.5 KB
/
settings.js
File metadata and controls
69 lines (56 loc) · 2.5 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
/*
██▓▒░ ►▬ WELCOME ▬◄ ░▒▓██
© Malvin King
WhatsApp Me : 263780166288
- Source ↓
- t.me/malvintech
- wa.me/263780166288
- https://whatsapp.com/channel/0029VbA6MSYJUM2TVOzCSb2A
*/
require("./all/module.js")
//========== Setting Owner ==========//
global.owner = "263780166288"
global.namaowner = "ᴍᴀʟᴠɪɴ ᴋɪɴɢ"
global.namaowner2 = "ʟᴏʀᴅ ᴍᴀʟᴠɪɴ"
//======== Setting Bot & Link ========//
global.namabot = "ᴍᴋ-𝚋𝚘𝚝"
global.namabot2 = "ᴍᴋ-𝚋𝚘𝚝"
global.version = "v2"
global.foother = "ᴄʀᴇᴀᴛᴇᴅ ʙʏ ᴍᴀʟᴠɪɴ ᴋᴊɴɢ"
global.linkgc = 'https://youtube.com/@malvintech2'
global.linksaluran = "https://youtube.com/@malvintech2"
global.linkyt = 'https://youtube.com/@malvintech2'
global.linktele = "https://t.me/malvintech"
global.packname = "ᴄʀᴇᴀᴛᴇᴅ ʙʏ ᴍᴋ-ʙᴏᴛ"
global.author = "ᴍᴀʟᴠɪɴ ᴋɪɴɢ"
//========== Setting Event ==========//
global.welcome = true
global.autoread = false
global.anticall = false
global.autoreadsw = false
global.owneroff = false
global.antibug = true
//========= Setting Message =========//
global.msg = {
"error": "🤖 *Oopsie!* Something went wrong. Maybe try again? Or blame the developer. Your call!",
"done": "✅ *Mission Accomplished!* All systems go, Mk finished the task!",
"wait": "⏳ *Hold your horses!* I’m working on it... (No, seriously, I’m not slacking off.",
"group": "*• Group Only* This feature is only for groups!",
"private": "*• Private Chat* This feature is only for private chats!",
"admin": "*• Admin Only* This feature is only for group admins!",
"adminbot": "*• Bot Admin* This feature can be used when the bot is an admin",
"owner": " 🚫 *Hold up!* This command is for the big boss only. You’re not the boss of me!",
"developer": "*• Developer Only* This feature is only for developers"
}
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update ${__filename}`))
delete require.cache[file]
require(file)
})
//----------------------[ MALVIN-K ]----------------------//
// Mk is like a cat. It might ignore you, but it knows what you’re up to. 🐱
// It only responds when it feels like it. It’s the true master of mystery.
// Please proceed with caution. Our code doesn’t bite, but it might give you an awkward look.
// Malvin? If you’ve found this, you’ve unlocked a secret... but only if you truly understand it.