-
-
Save Abhisirwabotofc/a86a7acfa5382c7e62e39baf507a2b8f to your computer and use it in GitHub Desktop.
Iam
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 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 🤹♂️* | |
*SAVE AKKANEL PM VA MONU 🐦 | |
*wa.me//919400136149* | |
*`,{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