File size: 2,422 Bytes
8d8b0ad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
/*╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺
    ⭐PROJECT NAME:
    SUBZERO WHATSAPP MD BOT
    
    ⭐DEVELOPER
     MR FRANK 
     
    ⭐ MY TEAM
     XERO CODERS
     
    ⭐ OUR WEBSITE
     https://github.com/ZwSyntax/SUBZERO-MD

© TRY DECRYPTING IF YOU CAN⚠

╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺*/



const config = require('../config');


const {cmd , commands} = require('../command')
cmd({
    pattern: "about",
    alias: ["mrfrank"],
    react: "👨‍💻",
    desc: "get owner dec",
    category: "main",
    filename: __filename
},
async(conn, mek, m,{from, quoted, body, isCmd, command, args, q, isGroup, sender, senderNumber, botNumber2, botNumber, pushname, isMe, isOwner, groupMetadata, groupName, participants, groupAdmins, isBotAdmins, isAdmins, reply}) => {
try{
let madeMenu = `━━━━━━━━━━━━━━━━━━━━━━━━

*👋 HELLO ${pushname}*\n\n *INTRODUCING SUBZERO MD*\n
A WhatsApp Based Multi Device Bot Created By Darrell Mucheri T from Zimbabwe.\nIt sole purpose is to remove the burden or cost of purchasing data bundles to download Songs, Apps, Videos & Movies by using WhatsApp bundles.\n\n *For More Visit*: https://mrfrankinc.vercel.app/

━━━━━━━━━━━━━━━━━━━━━━━━

⛓️ *SOURCE CODE* 
> https://github.com/mrfrank-ofc/SUBZERO-MD

🛠️ *FOLLOW OWNER*
> https://github.com/mrfrank-ofc/

👨‍💻 *OWNER'S WHATSAPP*
> https://wa.me/18062212660/?text=SubZero+Fan+Here

👩‍🍼 *2ND DEVELOPER* 
> https://wa.me/265993702468/?text=SubZero+Fan+Here

📌 *SUPPORT CHANNEL* 
> https://whatsapp.com/channel/0029VagQEmB002T7MWo3Sj1D

🔗 *FOLLOW INSTAGRAM* 
> https://instagram.com/mrfrankofc/

👨‍💻 *FOLLOW OWNER* 
> https://youtube.com/mrfr4nk/

┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
 *[*RELEASE DATE* - *15 December 2024*]*
 
> *MR FRANK OFC*

━━━━━━━━━━━━━━━━━━━━━━━━
`



await conn.sendMessage(from,{image:{url:config.ALIVE_IMG},caption:madeMenu},{quoted:mek})

}catch(e){
console.log(e)
reply(`${e}`)
}
})