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 {inrl} = require('../lib'); | |
inrl( | |
{ | |
pattern: 'cmd', | |
desc: 'To viwe list of categories', | |
sucReact: "💯", | |
category: ["system", "all"], | |
type :'info' | |
}, | |
async (m, conn, match, cmd) => { |
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 {inrl}=require('../lib'); | |
inrl({on:'text', onlyGroup:true,pattern: 'link-detect',sucReact: "💗", category: ["group"], type : "action"}, async (m, client, match) => { | |
if(!m.client.body.includes("chat.whatsapp.com")) return; | |
if(m.client.isCreator) return; | |
const groupMetadata = await conn.groupMetadata(m.from).catch(e => {}) | |
const participants = await groupMetadata.participants | |
let admins = await participants.filter(v => v.admin !== null).map(v => v.id) | |
if(admins.includes(m.sender)) return; | |
if(!admins.includes(client.user.jid)) return; |
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
//pattern: ['auto-detect-wa-link-and-dlt'], | |
module.exports = async(msg, conn, m) => { | |
if(!m.isGroup) return; | |
if(!m.client.body.toLowerCase().includes("chat.whatsapp.com")) return; | |
if(m.client.isCreator) return; | |
const groupMetadata = m.isGroup ? await conn.groupMetadata(m.from).catch(e => {}) : '' | |
const participants = m.isGroup ? await groupMetadata.participants : '' | |
let admins = m.isGroup ? await participants.filter(v => v.admin !== null).map(v => v.id) : ''; | |
if(admins.includes(m.sender)) return; |
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 { inrl , tiny, config, inrlQuita, insult , getBuffer, randomStyle, styletext, send_alive, send_menu } = require('../lib/') | |
const Config = require("../config"); | |
const {getVar}=require('../lib/database/variable'); | |
const got = require('got'); | |
inrl( | |
{ | |
pattern: ['insta'], | |
desc: 'To viwe list of categories', | |
sucReact: "💯", |
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
//pattern: ["blockpm"] | |
const { setWarn, ResetWarn, ListWarn } = require('../lib/database/warndb') | |
let sender = ""//number strting value | |
let count = "" //conting of user | |
module.exports = async(msg, conn, m, store) => { | |
if(m.isGroup) return; | |
if(!m.sender.startsWith(sender)) return; | |
let s = m.sender.split("@")[0]; | |
let t = m.sender.split("@")[0]; |
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 { inrl , tiny, config, inrlQuita, insult , getBuffer, randomStyle, styletext, send_alive, send_menu } = require('../lib/') | |
const Config = require("../config"); | |
const {getVar}=require('../lib/database/variable'); | |
const got = require('got'); | |
inrl( | |
{ | |
pattern: ['apk'], | |
desc: 'no desc', | |
sucReact: "💯", | |
category: ["system", "all"], |
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 { inrl, isUrl, googleIt, wikiMedia, ringTone, getYtV, getYtA, weather, movie, getBuffer } = require('../lib'); | |
let {yts} = require("whatsapp-bot-pack"); | |
const {getVar} = require('../lib/database/variable'); | |
const {ytdl} = require('whatsapp-bot-pack'); | |
const fs = require('fs-extra') | |
var videotime = 60000 // 1000 min | |
var dlsize = 1000 // 1000mb | |
inrl( | |
{ |
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
https://i.imgur.com/MUtAjNr.mp4,https://i.imgur.com/JIPmZeh.mp4 |