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', |