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 { 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
| 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 { 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
| // =================================================================================== | |
| // EDIT THESE TEXT AND OTHER STUFF By Tech God ✅ | |
| // =================================================================================== | |
| const image_1 = 'https://i.imgur.com/OaRxgPA.jpg' // Image 1 | |
| const image_2 = 'https://i.imgur.com/0UCUY4P.jpg' // Image 2 | |
| var duration = [200001355,3999600,359996400] // Fake duration. Make it false for actual duration | |
| var text_1 = 'S͎R͎ Y͎A͎D͎A͎V͎' | |
| var text_2 = 'RCS MIND' | |
| var text_3 = '🎧 use earphone🎧 0:00_______0:30?' | |
| var size = 1000000000 // Audio download size. Give in bytes |