Last active
April 25, 2022 03:09
-
-
Save ANSHIF-MP4/bc3e6c7a6ae98dd6d49bc748ed3d6573 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 Liya = require("../Utilis/events"); | |
const { getBuffer } = require('../Utilis/download'); | |
const hrs = new Date().getHours({ timeZone: 'Asia/Kolkata' }) | |
//stylish menu - by Shadow | |
const url1 ='https://i.imgur.com/YDxHOtD.jpeg' | |
const url2 ='https://i.imgur.com/1zZ56gD.jpeg' | |
Liya.addCommand({ pattern: 'Anshif ?(.*)', 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(` | |
๐ฆโ๐ณโ๐ธโ๐ญโ๐ฎโ๐ซโ๐ช | |
๐ฒ๐ฐ๐ป๐ป ๐ผ๐ด ๐ฐ๐ฝ๐๐ท๐ธ๐ต ๐น๐ค | |
๐๐ฝ๐ด๐บ๐ฐ๐ผ ๐๐ป๐ป๐ฐ๐ ๐ฐ๐ ๐ฐ๐ฝ๐๐ท๐ ๐ด๐ฝ๐ฝ ๐ฒ๐ฐ๐ป๐ป ๐ฒ๐ท๐ด๐๐๐๐ผ๐๐ฅ | |
*๐* | |
๐บ๐๐๐๐ ๐บ๐๐๐๐๐๐ฆ | |
๐ฐ๐ถ๐ด *17๐* | |
โจ ๐ผ ๐ฅ๐ญ ๐บ๐ฉ๐ฉ๐ซ ๐๐๐ป๐ผ๐ฟ ๐ง๐ปโโ๏ธ ๐ผ ๐ฟ๐ฉ๐๐ ๐ญ๐ ๐๐ฅ๐๐ผ๐ฎ๐๐ถ๐ฏ ๐ซ | |
๐ฟ๐ป๐ฐ๐ฒ๐ด - ๐ผ๐ฐ๐ป๐ฐ๐ฟ๐ฟ๐๐๐ฐ๐ผ๐ก`,{quoted : { | |
key: { | |
fromMe: false, | |
participant: "[email protected]", | |
remoteJid: "status@broadcast" | |
}, | |
message: { | |
"orderMessage": { | |
"itemCount" : 999999, | |
"status": 1, | |
"surface" : 1, | |
"message": " ๐ด๐๐๐ป๐ผ๐น ๐๐ฏ๐ โฉ๐ป", | |
"orderTitle": "๐", | |
"sellerJid": '[email protected]' | |
} | |
} | |
}}) //Coded by ARJUNSER... | |
}); //simple menu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment