Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maran-mods/b62b7d2c1290405fe01794b49232f743 to your computer and use it in GitHub Desktop.
Save maran-mods/b62b7d2c1290405fe01794b49232f743 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 am maran serβ€οΈπŸ¦‹
return await message.sendMessage(`
𝑹𝒆𝒂𝒍 π‘΅π’‚π’Žπ’† : π‘¨π’…π’Šπ’•π’‰π’šπ’‚π’πŸ’
π‘ͺ𝒂𝒍𝒍 𝑴𝒆 : π‘½π’†π’•π’“π’Š π‘Ίπ’†π’“πŸ»
π‘°π’Ž 𝑡𝒐𝒕 π‘Ίπ’Šπ’π’ˆπ’π’†πŸŒπŸ•ŠοΈ
π‘¨π’ˆπ’† : 16πŸ’
π‘ͺπ’–π’“π’“π’šπ’†π’π’•π’π’š π‘°π’Ž π‘Ίπ’•π’–π’…π’šπ’Šπ’π’ˆ : 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": '917902502044@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