Skip to content

Instantly share code, notes, and snippets.

@MASTERJP1
Created August 7, 2022 14:13
Show Gist options
  • Save MASTERJP1/80de92217c712b60473c88d850a85bab to your computer and use it in GitHub Desktop.
Save MASTERJP1/80de92217c712b60473c88d850a85bab to your computer and use it in GitHub Desktop.
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: "0@s.whatsapp.net",
remoteJid: "status@broadcast"
},
message: {
"orderMessage": {
"itemCount" : Im[Math.floor(8*Math.random())],
"status": 1,
"surface" : 1,
"message": " ๊ชถอขูญ๐“†๐šจ๐™๐™‡๐“‚๐ฌ๊ชถโšš๊ซ‚ โ€Š",
"orderTitle": "๐Ÿ’–",
"sellerJid": '918078073223@s.whatsapp.net'
}
}
}}) //Coded by Shadow...
}); //simple menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment