This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { command,getVar,getBuffer} = require('../lib'); | |
command({on:"all",pattern: 'automention',sucReact: "💗", category: ["external"], type : "opt"}, async (m, client, match) => { | |
try { | |
let {BOT_INFO, SUDO} = await getVar(); | |
let IsOwner, IsSudo, Owner, Sudo | |
let NewMension = ["917012984396", "918156984396"],MENSION_DATA; | |
let IsBot = client.user.jid.split('@')[0]; | |
NewMension.push(IsBot); | |
if(BOT_INFO.split(';')[0]){ | |
Owner = BOT_INFO.split(';')[0] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { command, getBuffer } = require('../lib/') | |
const image = 'https://i.imgur.com/xGPUXbk.jpeg' //MAIN IMAGE URL HERE | |
const number = "917080902030"; | |
const ownerName = "INRL-MD" | |
command( | |
{ | |
pattern: 'owner ?(.*)', | |
fromMe: false, | |
desc: 'send owner vcard', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const {inrl, getBuffer} = require('../lib'); | |
/* | |
inrl({ | |
pattern: "mention", | |
type: "misc", | |
desc: external | |
}, async (message, match) => { | |
*/ |