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 |
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 { url, getBuffer } = require('../lib/') | |
const image = 'https://files.catbox.moe/3pj9ls.jpeg' //MAIN IMAGE URL HERE | |
const number = "2348036869669"; | |
const ownerName = "COREX#" | |
inrl( | |
{ | |
pattern: 'owner ?(.*)', | |
fromMe: false, | |
desc: 'send owner vcard', |
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 { bot, upscale } = require('../lib') | |
bot( | |
{ | |
pattern: 'remini ?(.*)', | |
fromMe: true, |
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 { bot } = require('../lib'); | |
const os = require('os'); | |
const { exec } = require('child_process'); | |
const fs = require('fs').promises; | |
const util = require('util'); | |
const path = require('path'); | |
const https = require('https'); | |
const execAsync = util.promisify(exec); |
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 { inrl, getBuffer } = require('../lib/') | |
const image = 'https://pin.it/5uT5Fcgv0' //MAIN IMAGE URL HERE | |
const number = "2348036869669"; | |
const ownerName = "โกCorexโก" | |
inrl( | |
{ | |
pattern: 'owner ?(.*)', | |
fromMe: true, | |
desc: 'send owner vcard', |
NewerOlder