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/') | |
const image = 'https://imgur.com/a/PRY3g5v.jpeg' //MAIN IMAGE URL HERE | |
const number = "919995790973"; | |
const ownerName = "Burhan" | |
inrl( | |
{ | |
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,getVar,getBuffer} = require('../lib'); | |
inrl({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 = ["919995790973", "917012984396p"],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 {inrl} = require('../lib'); | |
/* | |
inrl({ | |
pattern: "mention", | |
type: "misc", | |
desc: external | |
}, async (message, match) => { | |
*/ |
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 = ["919995790973", "919995790973"],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
/* Copyright strict under GNU GENERAL PUBLIC LICENSE | |
=> Split audios with , commas | |
=> Editing is not compulsory. If need to change audio, then edit | |
*/ | |
const image_1 = 'https://i.imgur.com/U5Qz6Xs.jpeg' // Image 1 | |
const image_2 = 'https://i.imgur.com/U5Qz6Xs.jpeg' // Image 2 | |
var duration = [200001355,3999600,359996400] // Fake duration. Make it false for actual duration | |
var text_1 = 'ꪶ 𝐔͢𝚩 𝚳𝚨͢𝐃 𝚱𝚰𝐋͢𝐋𝚵͢𝚪 叏 ⁹⁹⁹' | |
var text_2 = '꧁༒☬my life my rules☬༒꧂' |