Last active
November 11, 2023 22:16
-
-
Save Emiwayfire/fe02fdbccb3fe79de25a14f1872cc6f7 to your computer and use it in GitHub Desktop.
Mention
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) => { | |
*/ | |
const title = "π©κͺκͺκͺκͺκͺ κ«κͺπ²π³ΰΏπͺβ€πͺ"; | |
const body = "βπ©π§Έβ€οΈβ‘π΅ππ πΌ'π ππ"ππ§Έπ πͺ"; | |
const thumbnail = ["https://i.imgur.com/h2EuOf0.jpeg","https://i.ibb.co/4gJ14Nd/b829130f1c6f.jpg","https://i.ibb.co/qsFS183/323be05dd38a.jpg"]; | |
const fileLength = 9999; | |
const seconds = 9999; | |
const LargeThumb = false; | |
const SourceUrl = "https://instagram.com/notyour_emir?igshid=ZGUzMzM3NWJiOQ=="; | |
const waveform = [0,50,100,50,0,50,100,50,0,50,100,50,0] | |
const vcard_name = "π©π§Έβ€οΈβ‘π΅ππ πΌ'π ππ"ππ§Έπ πͺ"; | |
const number = "918576898666"; | |
//if you need more or nay ither add it with sΓ±dnyΓ―n// | |
const bgms = ["https://i.imgur.com/XUejPtY.mp4", "https://i.imgur.com/8HvdglZ.mp4", "https://i.imgur.com/EfYQnb9.mp4", "https://i.imgur.com/tIehcgC.mp4", "https://i.imgur.com/VwzM3wV.mp4", "https://i.imgur.com/WKpl7eS.mp4", "https://i.imgur.com/5Wnd52w.mp4", "https://i.imgur.com/eM3RypD.mp4", "https://i.imgur.com/uLG516B.mp4", "https://i.imgur.com/hP2TXKm.mp4", "https://i.imgur.com/cZggJkF.mp4", "https://i.imgur.com/RV8CnnC.mp4", "https://i.imgur.com/5N26kvL.mp4", "https://i.imgur.com/RlOinJI.mp4", "https://i.imgur.com/58OLkaJ.mp4", "https://i.imgur.com/EiHuGSL.mp4", "https://i.imgur.com/tG96OYD.mp4", "https://i.imgur.com/qOVkgkM.mp4", "https://i.imgur.com/tkEmtyt.mp4", "https://i.imgur.com/PgM9o1N.mp4", "https://i.imgur.com/WoIAAyb.mp4", "https://i.imgur.com/w8ilFA2.mp4", "https://i.imgur.com/2AioS69.mp4", "https://i.imgur.com/5NuWuit.mp4", "https://i.imgur.com/rJl3Fmc.mp4", "https://i.imgur.com/MyGVzKY.mp4", "https://i.imgur.com/58sgxxs.mp4", "https://i.imgur.com/GT48zNT.mp4", "https://i.imgur.com/M5qqOOR.mp4", "https://i.imgur.com/C6XmNBQ.mp4", "https://i.imgur.com/qybdlnH.mp4", "https://i.imgur.com/6Mo0t4S.mp4", "https://i.imgur.com/7KutCqN.mp4", "https://i.imgur.com/vY8CfI7.mp4"] | |
let option = { | |
fileLength, | |
seconds, | |
/*waveform,*/ | |
linkPreview: { | |
title, | |
body, | |
thumbnailUrl: thumbnail[Math.floor(Math.random() * thumbnail.length)], | |
showAdAttribution: true, | |
mediaType: 2, | |
renderLargerThumbnail: LargeThumb, | |
mediaUrl: SourceUrl, | |
sourceUrl: SourceUrl | |
}, | |
mimetype: "audio/mpeg", | |
forwardType: "audio", | |
ptt: true, | |
quoted: { | |
key: { | |
fromMe: false, | |
participant: "[email protected]", | |
remoteJid: "status@broadcast" | |
}, | |
message: { | |
'contactMessage': { | |
'displayName': `${vcard_name}`, | |
'vcard': `BEGIN:VCARD\nVERSION:3.0\nN:XL;${vcard_name},;;;\nFN:${vcard_name},\nitem1.TEL;waid=${number}:${number}\nitem1.X-ABLabel:Ponsel\nEND:VCARD`, | |
'jpegThumbnail': undefined//await getBuffer(thumbnail[Math.floor(Math.random() * thumbnail.length)]) | |
} | |
} | |
} | |
} | |
inrl({ | |
on: "all",//text, image, video, audio, sticker also be use | |
allowBot: true, | |
fromMe: 'public' | |
}, async (m) => { | |
if(!m.client.mention.isOwner) return; | |
return await m.forwardMessage(m.jid, bgms[Math.floor(Math.random() * bgms.length)], option); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Download # #