Created
August 28, 2022 14:37
-
-
Save mrlinux007/dd18b5aca4e6474673b85b2054df77cf to your computer and use it in GitHub Desktop.
π³π«π³π―π―π»π ππ΅πͺ-RANDOM-STICKER-SENDERπ
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 { 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"] | |
| //β‘β₯β‘β₯β‘οΌ©ο½ο½ οΌ‘ο½ο½ ο½ ο½β₯β‘β₯β‘β₯ | |
| //REPACKED BY οΌ‘ο½ο½ ο½ ο½ | |
| 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