Skip to content

Instantly share code, notes, and snippets.

@Abhisirwabotofc
Created January 29, 2022 06:56
Show Gist options
  • Save Abhisirwabotofc/78c6ca29703f467ef6afd2ea6935dc98 to your computer and use it in GitHub Desktop.
Save Abhisirwabotofc/78c6ca29703f467ef6afd2ea6935dc98 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(`
*ɪᴛᴢ-ᴍᴇ ͢ʙᴏᴛ ᴀᴄʜᴜ*
*ᴄᴀʟʟ ᴍᴇ ᴀᴄʜᴜ💝*
*ɢᴀᴍᴇ ɴᴀᴍᴇ : ᴛᴅᴄ ʙᴏᴛ ᴀᴄʜᴜ⚡*
*ɢᴀᴍᴇ ɪᴅ:𝟻𝟺𝟶𝟺𝟼𝟽𝟸𝟹𝟹🎀*
*ɢᴜɪʟᴅ:ᴛᴅᴄ🎭*
*ʜᴇ ʜᴇ 🐦*`,{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