Forked from MASTERJP1/gist:80de92217c712b60473c88d850a85bab
Last active
August 8, 2022 16:27
-
-
Save maran-mods/b62b7d2c1290405fe01794b49232f743 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 am maran serβ€οΈπ¦ | |
return await message.sendMessage(` | |
πΉπππ π΅πππ : π¨π πππππππ | |
πͺπππ π΄π : π½ππππ πΊπππ» | |
π°π π΅ππ πΊππππππποΈ | |
π¨ππ : 16π | |
πͺπππππππππ π°π πΊπππ ππππ : 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