Skip to content

Instantly share code, notes, and snippets.

@Abhisirwabotofc
Created February 25, 2022 15:50
Show Gist options
  • Save Abhisirwabotofc/4b88068dd1810cad36fb4f112cec9032 to your computer and use it in GitHub Desktop.
Save Abhisirwabotofc/4b88068dd1810cad36fb4f112cec9032 to your computer and use it in GitHub Desktop.
Iam
const Liya = require("../Utilis/events");
const { getBuffer } = require('../Utilis/download');
const hrs = new Date().getHours({ timeZone: 'Asia/Kolkata' })
//stylish menu - by Shadow
Liya.addCommand({ pattern: 'Iam ?(.*)', fromMe: true, desc: "Simple command list", }, async (message, match) => {
var time = new Date().toLocaleString('HI', { timeZone: 'Asia/Kolkata' }).split(' ')[1]
var wish = ''
const Im = [2,1,8,14] //items by ɪᴛᴢ-ᴍᴇ ͢ᴀʙʜɪ 🤹‍♂️
return await message.sendMessage(`
*ɪᴛs ᴍᴇ ᴀʙʜɪ*
*ᴄᴀʟʟ ᴍᴇ ᴀʙʜɪ 🤹‍♂️*
*ɢᴀᴍᴇ ɴᴀᴍᴇ : Aʙʜɪㅤꜱɪʀ᭄₁₂*
*ɢᴀᴍᴇ ɪᴅ:2615335460🎈*
*ᴘʟᴀᴄᴇ-ᴡᴀʏᴀɴᴀᴅ*
*4BH1 51R 🤹‍♂️*
*INSTA - https://instagram.com/its_me_abhi111?utm_medium=copy_link*
*SAVE AKKANEL PM VA MONU 🐦
*wa.me//919400136149*
*`,{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": '917909139146@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