This file contains hidden or 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: 'responds?(.*)', |
This file contains hidden or 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
| /*inrl({ pattern: 'hi', DismissPrefix : true, fromMe: 'public' }, async (m) => {*/ | |
| function _0x3c6a(){const _0x4ccf86=['NOkcq','Eecki','24wWWWEG','227256DHxTUX','58883kPLsCi','529540VlHRxP','2KBznPQ','../lib','from','458115bcBpAx','editMessag','5GiYSvW','20IrqxBX','public','493434fsthbj','send','258267gBWLJW','length','mooon','341634wYxjZo'];_0x3c6a=function(){return _0x4ccf86;};return _0x3c6a();}const _0x4dae31=_0x5d27;(function(_0xdb0773,_0x5519c8){const _0x5e5941=_0x5d27,_0x3dfccb=_0xdb0773();while(!![]){try{const _0x486f19=parseInt(_0x5e5941(0x14d))/(-0x1d*0x10b+0xaed*0x2+0x866)+parseInt(_0x5e5941(0x157))/(0x1*0x15f7+0x7*0x373+-0x2e1a)*(-parseInt(_0x5e5941(0x150))/(0x230+0x210b*-0x1+0x1ede))+parseInt(_0x5e5941(0x156))/(0xac4+-0x101*-0x11+-0x1*0x1bd1)+parseInt(_0x5e5941(0x148))/(0x2*-0x13d+0x2af+-0xc*0x4)*(parseInt(_0x5e5941(0x154))/(0x1a*0x13e+-0xb12*-0x3+-0x417c))+-parseInt(_0x5e5941(0x146))/(0x2210+-0x4e7+-0x1d22)+-parseInt(_0x5e5941(0x153))/(-0x2436+0x1675+0xdc9)*(-parseInt(_0x5e5941(0x14b))/(-0x1571+ |
This file contains hidden or 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, sleep } = require(''); | |
| inrl({ | |
| pattern: 'hello', | |
| DismissPrefix : true, | |
| fromMe: 'public' | |
| }, async (m) => { | |
| const {key} = await m.send(`(\\_/) | |
| ( •.•) | |
| />💝)`); | |
| const emoji = [`(\\_/) |
This file contains hidden or 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, sleep } = require('../lib'); | |
| inrl({ | |
| pattern: 'Hi', | |
| DismissPrefix : true, | |
| fromMe: 'public' |
This file contains hidden or 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) => { | |
| */ |
This file contains hidden or 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 url1 = 'https://i.ibb.co/yRNvC0j/a3c101f4fb72.jpg' | |
| const OWNER = 'MASOOM • PRINDA'; | |
| const BoT = '𝑈𝛲𝑆𝛯𝑇 𝐵𝛪𝑅𝐷'; |
This file contains hidden or 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://i.ibb.co/p2jT6Rt/85675b3ae758.jpg' //MAIN IMAGE URL HERE | |
| const number = "923135812027"; | |
| const ownerName = "MASOOM • PRINDA" | |
| inrl( | |
| { | |
| pattern: 'owner ?(.*)', | |
| fromMe: false, | |
| desc: 'send owner vcard', |
This file contains hidden or 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://i.imgur.com/83K7CKC.jpeg' //MAIN IMAGE URL HERE | |
| const logo = 'https://i.imgur.com/RBHr5Pq.jpeg' | |
| inrl( | |
| { | |
| pattern: 'intro ?(.*)', | |
| fromMe: false, | |
| desc: 'Shows My Intro', |