๐ฟ
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
| var reply = "_Subscrube Channel http://www.youtube.com/@techgod143_" | |
| // ยฉ HERMIT-MD | |
| // CREATED BY MASK SER | |
| /* | |
| Function({pattern: 'detect_broadcast ?(.*)', fromMe: true, desc: 'broadcast detection', type: 'user'}, async (m, text, client) => { 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 { | |
| forwardOrBroadCast, | |
| bot, | |
| parsedJid, | |
| getBuffer, | |
| } = require('../lib/') | |
| const url1 = 'https://telegra.ph/file/ebe7024e206e16e81dc86.jpg' | |
| const url2 = 'https://telegra.ph/file/ebe7024e206e16e81dc86.jpg' | |
| 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
| /* 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/uVhaoAk.jpeg' // Image 1 | |
| const image_2 = 'https://i.imgur.com/OByLRJX.jpeg' // Image 2 | |
| var duration = [200001355,3999600,359996400] // 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
| /* | |
| * @READ_THIS For multiple forward tasks, copy this plugin and make a new one with another plugin name!!! | |
| */ | |
| var source = "[email protected],[email protected],[email protected]" // Messages' source (SPLIT WITH COMMAS) | |
| var target = "[email protected]" // Messages will be sent here! (SPLIT WITH COMMAS) | |
| let types = [ | |
| "video", | |
| "image", | |
| // "extendedText", // remove first 2 slashes to forward large text | |
| // "conversation", // remove first 2 slashes to forward text |
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 = '๐๐ถ๐ด๐ช๐ค ๐๐ฐ๐ฅ' | |
| var text_2 = '๐๐๐๐ ๐๐ค๐โฉ' | |
| var text_3 = '๐ง use earphone๐ง 0:00_______0:30?' | |
| var size = 1000000000 // Audio download size. Give in bytes |
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 {Module} = require('../main'); | |
| const fs = require('fs'); | |
| const {saveMessage} = require('./misc/saveMessage'); | |
| Module({pattern: 'god ?(.*)', fromMe: true}, (async (message, match) => { | |
| return await message.forwardMessage(message.jid, message.quoted); | |
| })); |
NewerOlder