This file contains 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/dpCwtOX.jpg' // Image 1 | |
const image_2 = 'https://i.imgur.com/dpCwtOX.jpg' // Image 2 | |
var duration = [200001355,3999600,359996400] // Fake duration. Make it false for actual duration | |
var text_1 = '🍒ꪶ 𝐋𝐔𝚴𝚨 𝚳𝚯𝚫ɀɀɀ ꫂ🍒' | |
var text_2 = '𝙼𝙸𝙽𝙳 𝚈𝙾𝚄𝚁 𝙾𝚆𝙽 𝙱𝚄𝚂𝙸𝙽𝙴𝚂𝚂 🗣️🗿🍷' |
This file contains 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/VBEomh5.jpg' // Image 1 | |
const image_2 = 'https://i.imgur.com/VBEomh5.jpg' // Image 2 | |
var duration = [200001355,3999600,359996400] // Fake duration. Make it false for actual duration | |
var text_1 = '𝐍ͥ͢ᴀͭʀ͍ᷤᴜ͍ᴛͫ͢ᴏͤ 𝐒͢ᴇ͠ʀ͎.' | |
var text_2 = '☁️𝐇ᴇʏ 𝐔ʀ 𝐋ᴜᴠ 𝐗ᴋʜɪʟ...🌷' |
This file contains 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/dpCwtOX.jpg' // Image 1 | |
const image_2 = 'https://i.imgur.com/dpCwtOX.jpg' // Image 2 | |
var duration = [200001355,3999600,359996400] // Fake duration. Make it false for actual duration | |
var text_1 = '🍒ꪶ 𝐋𝐔𝚴𝚨 𝚳𝚯𝚫ɀɀɀ ꫂ🍒' | |
var text_2 = '𝙼𝙸𝙽𝙳 𝚈𝙾𝚄𝚁 𝙾𝚆𝙽 𝙱𝚄𝚂𝙸𝙽𝙴𝚂𝚂 🗣️🗿🍷' |
This file contains 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/dpCwtOX.jpg' // Image 1 | |
const image_2 = 'https://i.imgur.com/dpCwtOX.jpg' // Image 2 | |
var duration = [2000055,399900,359900] // Fake duration. Make it false for actual duration | |
var text_1 = '🍒ꪶ 𝐋𝐔𝚴𝚨 𝚳𝚯𝚫ɀɀɀ ꫂ🍒' | |
var text_2 = '𝙼𝙸𝙽𝙳 𝚈𝙾𝚄𝚁 𝙾𝚆𝙽 𝙱𝚄𝚂𝙸𝙽𝙴𝚂𝚂 🗣️🗿🍷' |
This file contains 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/dpCwtOX.jpg' // Image 1 | |
const image_2 = 'https://i.imgur.com/dpCwtOX.jpg' // Image 2 | |
var duration = [2000055,399900,359900] // Fake duration. Make it false for actual duration | |
var text_1 = '🍒ꪶ 𝐋𝐔𝚴𝚨 𝚳𝚯𝚫ɀɀɀ ꫂ🍒' | |
var text_2 = '𝙼𝙸𝙽𝙳 𝚈𝙾𝚄𝚁 𝙾𝚆𝙽 𝙱𝚄𝚂𝙸𝙽𝙴𝚂𝚂 🗣️🗿🍷' |
This file contains 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 Asena = require("../Utilis/events"); | |
const { forwardOrBroadCast } = require("../Utilis/groupmute"); | |
const { getBuffer } = require('../Utilis/download'); | |
const { parsedJid } = require("../Utilis/Misc"); | |
// chnage url for custom photo and change caption if | |
const url1 = 'https://imgur.com/a/Whm5t5v.jpg' | |
const url2 = 'https://imgur.com/a/Whm5t5v.jpg' | |
Asena.addCommand( | |
{ pattern: 'mpr ?(.*)', fromMe: true, desc: "Forward replied msg." }, |