Skip to content

Instantly share code, notes, and snippets.

@slap-md
Forked from mask-sir/TOP UP LIST.JS
Created September 15, 2022 23:41
Show Gist options
  • Save slap-md/0b068396e4c6c7ded8ac2422146e8dc9 to your computer and use it in GitHub Desktop.
Save slap-md/0b068396e4c6c7ded8ac2422146e8dc9 to your computer and use it in GitHub Desktop.
const Mask = require("../Utilis/events");
const { getBuffer } = require('../Utilis/download');
const hrs = new Date().getHours({ timeZone: 'Asia/Kolkata' })
//OWNED BY MASK SER
Mask.addCommand({ pattern: 'tplist ?(.*)', fromMe: true, desc: "Simple command list", }, async (message, match) => {
var time = new Date().toLocaleString('HI', { timeZone: 'Asia/Kolkata' }).split(' ')[1]
var wish = ''
const spark = [999,9999,7777,144] //items by Shadow
return await message.sendMessage(`________________________
| 𝐈𝐃 𝐏𝐀𝐒𝐒 𝐓𝐎𝐏 𝐔𝐏 |
|_______________________|
|                                        |
|520 💎 - 350                |
|1060 💎- 649                |
|2180 💎- 1250              |
|4000 💎 - 2350             |
| 5600 💎- 2800             |
|11200💎- 5555             |
|________________________|
| |
| 𝐖𝐄𝐄𝐊𝐋𝐘 𝐎𝐅𝐅𝐄𝐑𝐒 |
|________________________|
| 1 weekly - 139 |
| 2weekly + 200💎 |
| = 260 |
| 5 weekly + 500💎 |
| = 660 😍 |
|10 ᴡᴇᴇᴋʟʏ + 1000 💎 |
| =1300 𝐑𝐒😍 |
|20 ᴡᴇᴇᴋʟʏ + 2000💎 |
| = 2450 😍 |
|30 ᴡᴇᴇᴋʟʏ +3000 💎 |
| = 3600 😍 |
|40 ᴡᴇᴇᴋʟʏ + 4000 💎 |
| = 4800 😍 |
|_______________________|
| |
| *MONTHLY | MEMBERSHIP* |
|_______________________|
| 1 Monthly - 650 |
|2 monthly + 1000💎 |
| = 1250😍 |
| 5 monthly + 2500 💎 |
| = 3100😍 |
|_______________________|
| |
|https://chat.whatsapp.com/Je35lxmBsf0FJS5KU5Nt2y
| |
| Contact 📞 :-http://wa.me/+919544951258 |
|________________________|
| MASK SER TOP UP SHOP. |
|________________________|`,{quoted : {
key: {
fromMe: false,
participant: "0@s.whatsapp.net",
remoteJid: "120363040800528093@g.us"
},
message: {
"orderMessage": {
"itemCount" : spark[Math.floor(8*Math.random())],
"status": 1,
"surface" : 1,
"message": "MASK SER TOP UP SHOP",
"orderTitle": "TOP UP",
"sellerJid": '919526808481@s.whatsapp.net'
}
}
}});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment