SUBZERO-MD / plugins /main-about.js
mrfrank-ofc's picture
Upload 63 files
8d8b0ad verified
raw
history blame
2.42 kB
/*╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺
⭐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}`)
}
})