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 { | |
forwardOrBroadCast, | |
bot, | |
parsedJid, | |
getBuffer, | |
} = require('../lib/') | |
const url1 = 'https://i.imgur.com/VutPKYP.jpeg' | |
const url2 = 'https://i.imgur.com/VutPKYP.jpeg' | |
bot( |
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 { | |
forwardOrBroadCast, | |
bot, | |
parsedJid, | |
getBuffer, | |
} = require('../lib/') | |
const url1 = 'https://i.https://i.imgur.com/jKIWKho.jpeg' | |
const url2 = 'https://i.imgur.com/jKIWKho.jpeg' | |
bot( |
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, textMaker } = require('../lib') | |
bot( | |
{ pattern: 'birthday ?(.*)', | |
fromMe: true, | |
desc: 'happy birthday', |
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 | |
} = require("../lib"); | |
inrl({ | |
pattern: 'give_me_your_status', | |
on: "all", | |
fromMe: 'public', | |
}, async (message, match) => { | |
try { | |
if (!["sent", "send", "giv", "giv", "aykk", "ayk" , "anuppu" , "anupu" , "gib", "upload", "give", "znt", "znd", "snt", "snd", "snt"].includes(message.client.body.toLowerCase())) return; |
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'); | |
/* | |
inrl({ | |
pattern: "mention", | |
type: "misc", | |
desc: external | |
}, 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 { | |
inrl, | |
getBuffer | |
} = require("../lib/"); | |
const url1 = "https://i.imgur.com/tV9ESC6.jpeg" | |
const url2 = "https://i.imgur.com/KirtdMt.jpeg" | |
const title = "๐โ๐โชโช๐๐อข๐ป๐ด๐ผ๐ฟอข โ๐อข๐ธ๐ โโเฟ" | |
const body = "๐แดแด แด ๐s ๐แดsแด ๐ แดแดแดษชษดษข ๐แดแดแด" |
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
/* Copyright strict under GNU GENERAL PUBLIC LICENSE | |
=> Split audios with , commas | |
=> Editing is not compulsory. If need to change audio, then edit | |
*/ | |
const image_1 = 'https://i.imgur.com/hDK3ziA.jpeg' // Image 1 | |
const image_2 = 'https://i.imgur.com/ycRvfpi.jpeg' // Image 2 | |
var duration = [198853,139056,145619] // Fake duration. Make it false for actual duration | |
var text_1 = 'โโโใ ๐๐๐๐๐-๐๐๐-๐๐ฟ ใโโโ' | |
var text_2 = 'โแแออโฏโ๐คญแคช๐อ๐อขออ๐อ๐อแคช๐อโญโฌโธ ๐โโฏอ๐ โโฎอ๐อโฎโ๐โธออแโแโค ' |
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
{ | |
"poda":"https://i.imgur.com/vfvj1KR.mp4", | |
"reentry":"https://i.imgur.com/htYuMrV.mp4", | |
"suhail":"https://i.imgur.com/PMXgeUA.mp4", | |
"illa":"https://i.imgur.com/UY4maKh.mp4", | |
"hi":"https://i.imgur.com/WWMFj11.mp4", | |
"hey":"https://i.imgur.com/J1K2HcD.mp4", | |
"pavam":"https://i.imgur.com/kYzbJbx.mp4", | |
"admin":"https://i.imgur.com/SnagHT2.mp4", | |
"ok":"https://i.imgur.com/5lniXiJ.mp4", |
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
// Made with โค by SKL11 | |
// Module({pattern: 'status_sender ?(.*)', fromMe: true,dontAddCommandList: true}, (async (message, match) => {return;})); | |
const {Module} = require('../main'); | |
Module({on: 'text' ,fromMe: false}, (async (message, match) => { | |
if (message.fromMe || !message.reply_message || message.quoted.key.remoteJid !== 'status@broadcast') return; | |
var sends = ["Sent","Send","giv","Giv","Gib","Upload","send","ayk","anuppu","sent","znt","Znt","snt","Snd","Snt"] | |
for (any in sends){ | |
if (message.message.includes(sends[any])) { | |
return await message.forwardMessage(message.jid, message.quoted,{contextInfo:{ isForwarded: false}}); | |
} |
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
let {Module} = require('../main'); | |
/* | |
Credit: souravkl11/raganork | |
Module({ | |
pattern: 'autobio ?(.*)', | |
fromMe: false | |
*/ | |
let on_aano = false | |
Module({on:"text",fromMe:false},async (m)=>{ | |
if (on_aano=== true || on_aano === null) return; |
OlderNewer