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
{{ revealedCharacter }}
const { bot, setVar } = require('../lib') | |
bot( | |
{ | |
pattern: 'antibc ?(.*)', | |
desc: 'set anti broadcast msg', |
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
{{ revealedCharacter }}
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
{{ revealedCharacter }}
const { bot, sleep } = require('../lib/') | |
bot( | |
{ | |
pattern: 'hack ?(.*)', | |
fromMe: true, | |
desc: 'hacking prank sms', | |
type: 'hacking prank by tech god', | |
}, | |
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
{{ revealedCharacter }}
const { bot, forwardOrBroadCast } = require('../lib') | |
// bot( | |
// {// pattern: 'astatus ?(.*)', | |
// fromMe: true, | |
// desc: 'msg', |
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
{{ revealedCharacter }}
const { | |
smd, | |
axios, | |
prefix, | |
smdBuffer, |
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, | |
genThumbnail, |
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
{{ revealedCharacter }}
const { bot, parsedJid, getRandom } = require('../lib/') | |
/* | |
bot( | |
{ pattern: 'areact ?(.*)', | |
fromMe: 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
{{ revealedCharacter }}
const { levanterTimeout } = require('../lib/') | |
/* | |
{ | |
pattern: 'auto_about ?(.*)', | |
fromMe: true, | |
desc: 'auto about', | |
type: 'bot', | |
},*/ | |
const time = 1 * 1 * 1 // 1 minute gap |
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
{{ revealedCharacter }}
const { | |
Function, | |
parsedJid, | |
getBuffer | |
} = require("../lib/"); | |
const url1 = 'https://i.imgur.com/QfF6O95.jpeg' | |
const url2 = 'https://i.imgur.com/QfF6O95.jpeg' | |
Function({ |
NewerOlder