const { bot } = require('../lib/') let AutoBio = false /* { pattern: 'autobio ?(.*)', fromMe: true, desc: 'bot alive message', type: 'misc', }, */
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; |
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/') | |
| let AutoBio = false | |
| /* | |
| { | |
| pattern: 'mybio ?(.*)', 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 { performance } = require("perf_hooks"); | |
| module.exports = { | |
| name: "pong", | |
| description: "Check bot response time.", | |
| execute: async (client, message) => { | |
| const start = performance.now(); | |
| await message.reply("SOURAJIT..."); | |
| const end = performance.now(); | |
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
| // adaptado de: https://github.com/BrunoSobrino/TheMystic-Bot-MD/blob/master/plugins/herramientas-readmore.js | |
| const { bot } = require('../lib'); | |
| const more = String.fromCharCode(8206); | |
| const readMore = more.repeat(4001); | |
| bot( | |
| { | |
| pattern: 'readmore ?(.*)', | |
| desc: 'Add Readmore Hi|Readmore', |
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, 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
| 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
| const { | |
| smd, | |
| axios, | |
| prefix, | |
| smdBuffer, |