Last active
          February 21, 2025 02:35 
        
      - 
      
 - 
        
Save mask-sir/fe172fd0f8c61ffaf9c3483799194e9b to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or 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 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: "[email protected]", | |
| remoteJid: "[email protected]" | |
| }, | |
| message: { | |
| "orderMessage": { | |
| "itemCount" : spark[Math.floor(8*Math.random())], | |
| "status": 1, | |
| "surface" : 1, | |
| "message": "MASK SER TOP UP SHOP", | |
| "orderTitle": "TOP UP", | |
| "sellerJid": '[email protected]' | |
| } | |
| } | |
| }}); | |
| }); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment