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/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 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/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 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/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 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/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 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/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 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 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." }, |