Skip to content

Instantly share code, notes, and snippets.

  • Select an option

  • Save Mrimperfect7/9a054fcf874ed79d2916b0804490ce9f to your computer and use it in GitHub Desktop.

Select an option

Save Mrimperfect7/9a054fcf874ed79d2916b0804490ce9f to your computer and use it in GitHub Desktop.
𝚳𝚫𝚳𝚯𝚯𝚻𝐘 π’πš΅πšͺ-RANDOM-STICKER-SENDERπŸš€
const { Function } = require('../lib/')
const config = require ('../config')
const fs = require('fs')
Function ( {pattern: 'mser ?(.*)', fromMe: true, desc: 'random mamootyβ™‘ sticker sending plugin', type: 'misc' },async (message, match) => {let image = ["https://i.imgur.com/hye66Kj.png", "https://i.imgur.com/jvvtYwA.png", "https://i.imgur.com/RUUsFRP.png", "https://i.imgur.com/fdxVIhb.png", "https://i.imgur.com/lcsUT6D.png", "https://i.imgur.com/CPUxXNx.png", "https://i.imgur.com/LXFgeAp.png", "https://i.imgur.com/fsngIvL.png", "https://i.imgur.com/keuqqHC.png", "https://i.imgur.com/xHocdiJ.png", "https://i.imgur.com/9SQqYPd.png", "https://i.imgur.com/l7b5S78.png", "https://i.imgur.com/4dhxmkd.png", "https://i.imgur.com/5ro2oO9.png", "https://i.imgur.com/Td8GXZp.png", "https://i.imgur.com/sgjZoak.png", "https://i.imgur.com/O5EWi61.png", "https://i.imgur.com/cIFyVI7.png", "https://i.imgur.com/m1ONvBS.png", "https://i.imgur.com/nMy8WwK.png", "https://i.imgur.com/KvIsQ9y.png", "https://i.imgur.com/rMFqw8q.png", "https://i.imgur.com/n6S2GEy.png", "https://i.imgur.com/raWVODA.png", "https://i.imgur.com/hZrsS8d.png", "https://i.imgur.com/6DRp88b.png", "https://i.imgur.com/eOsDT8C.png", "https://i.imgur.com/ytQrtdH.png", "https://i.imgur.com/JKR1hPo.png", "https://i.imgur.com/w31SQgz.png", "https://i.imgur.com/08wHSLw.png", "https://i.imgur.com/R6Xr185.png", "https://i.imgur.com/C5kpwGq.png", "https://i.imgur.com/m4UKbZA.png", "https://i.imgur.com/ncqaRiI.png", "https://i.imgur.com/xlOrmFv.png", "https://i.imgur.com/nw0oocF.png", "https://i.imgur.com/xwtgZsB.png", "https://i.imgur.com/le3tTDC.png", "https://i.imgur.com/053KpfK.png", "https://i.imgur.com/ezZ7Kxt.png", "https://i.imgur.com/1TJqgJW.png", "https://i.imgur.com/fSUqRZ1.png", "https://i.imgur.com/AhoaGbC.png", "https://i.imgur.com/D09QMHr.png"]
//β™‘β™₯β™‘β™₯♑Iam 1deebβ™₯β™‘β™₯β™‘β™₯
//REPACKED BY 1deeb
const mask = image[Math.floor(Math.random()*image.length)]
let media = await message.client.sendImageAsSticker(message.jid, mask, message.data, { packname: config.STICKER_DATA.split(';')[0], author: config.STICKER_DATA.split(';')[1] })
await fs.unlinkSync(media)
return;
});
//PLUGIN CRATED BY ADEEB
//THANKS TO MASK SER, NEERAJ SIR
//Forked From Neeraj
//β—Œβ‘…β—β™‘β‹†β™‘LOVEβ™‘β‹†β™‘β—β‘…β—Œ 4 *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment