Skip to content

Instantly share code, notes, and snippets.

View A-S-W-I-N-S-P-A-R-K-Y's full-sized avatar
🍒
ʙᴏᴏʙs = ♥︎

Aswin Sparky A-S-W-I-N-S-P-A-R-K-Y

🍒
ʙᴏᴏʙs = ♥︎
View GitHub Profile
const {inrl, getBuffer} = require('../lib');
/*
inrl({
pattern: "mention",
type: "misc",
desc: external
}, async (message, match) => {
*/
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',
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]