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 axios = require("axios"); | |
bot( | |
{ | |
pattern: "simdb", | |
desc: "Get Details of any pak sim, including sim, cnic, address and owner details", | |
type: "search", | |
}, | |
async (message, match) => { |
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, isUrl, getImgUrl } = require('../lib/') | |
bot( | |
{ | |
pattern: 'mdrive ?(.*)', | |
desc: 'Download from Google Drive link', | |
type: 'download', | |
}, | |
async (x, y) => { | |
y = y || x.reply_message.text; |
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 { | |
smd, | |
axios, | |
prefix, | |
smdBuffer, | |
} = require("../lib") | |
smd({ |
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 { | |
Function, | |
parsedJid, | |
getBuffer | |
} = require("../lib/"); | |
const url1 = 'https://i.imgur.com/3K91TYR.jpeg' | |
const url2 = 'https://i.imgur.com/dm0WtSG.jpegjpg' | |
Function({ |