-
-
Save Abhisirwabotofc/78c6ca29703f467ef6afd2ea6935dc98 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(` | |
*ɪᴛᴢ-ᴍᴇ ͢ʙᴏᴛ ᴀᴄʜᴜ* | |
*ᴄᴀʟʟ ᴍᴇ ᴀᴄʜᴜ💝* | |
*ɢᴀᴍᴇ ɴᴀᴍᴇ : ᴛᴅᴄ ʙᴏᴛ ᴀᴄʜᴜ⚡* | |
*ɢᴀᴍᴇ ɪᴅ:𝟻𝟺𝟶𝟺𝟼𝟽𝟸𝟹𝟹🎀* | |
*ɢᴜɪʟᴅ:ᴛᴅᴄ🎭* | |
*ʜᴇ ʜᴇ 🐦*`,{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