Created
August 7, 2022 14:13
-
-
Save MASTERJP1/80de92217c712b60473c88d850a85bab to your computer and use it in GitHub Desktop.
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 { | |
forwardOrBroadCast, | |
bot, | |
parsedJid, | |
getBuffer, | |
} = require('../lib/') | |
const url1 = 'https://i.imgur.com/ycoqgDx.jpeg' | |
const url2 = 'https://i.imgur.com/ycoqgDx.jpeg' | |
bot( | |
{ | |
pattern: 'im ?(.*)', | |
fromMe: true, | |
desc: 'wame generator', | |
type: 'misc', | |
}, | |
async(message, match) => { | |
const Im = [2,1,8,14] //items by I Em Mass Ser๐ผ๐๐ | |
return await message.sendMessage(` | |
๐น๐ฌ๐จ๐ณ ๐ต๐จ๐ด๐ฌ : ๐จ๐ต๐จ๐ต๐ซ๐ฏ๐ผ๐๐ | |
๐ช๐จ๐ณ๐ณ ๐ด๐ฌ ๐ด๐จ๐น๐จ๐ต ๐บ๐ฌ๐น๐คโก | |
๐บ๐ฐ๐ต๐ฎ๐ณ๐ฌ ๐น๐ฌ๐จ๐ซ๐ ๐ป๐ถ ๐ด๐ฐ๐ต๐ฎ๐ณ๐ฌ๐๐ค | |
๐จ๐ฎ๐ฌ : 15 | |
๐ช๐ผ๐น๐น๐ฌ๐ต๐ป๐ณ๐ ๐ฐ๐ด ๐บ๐ป๐ผ๐ซ๐๐ฐ๐ต๐ฎ : 10๐ป๐ฏ ๐ธ๐ซ | |
๐ญ๐น๐ด ๐ฒ๐ถ๐ป๐ป๐๐จ๐ด`,{quoted : { | |
key: { | |
fromMe: false, | |
participant: "[email protected]", | |
remoteJid: "status@broadcast" | |
}, | |
message: { | |
"orderMessage": { | |
"itemCount" : Im[Math.floor(8*Math.random())], | |
"status": 1, | |
"surface" : 1, | |
"message": " ๊ชถอขูญ๐๐จ๐๐๐๐ฌ๊ชถโ๊ซ โ", | |
"orderTitle": "๐", | |
"sellerJid": '[email protected]' | |
} | |
} | |
}}) //Coded by Shadow... | |
}); //simple menu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment