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 { forward } = require("../Utilis/Misc"); | |
const { getBuffer } = require('../Utilis/download'); | |
const { parseJid } = require("../Utilis/vote"); | |
// chnage url for custom photo and change caption if | |
const url = 'https://i.imgur.com/LVaAZXr.jpeg' | |
Asena.addCommand( | |
{ pattern: 'mforward ?(.*)', fromMe: true, desc: "Forward replied msg." }, | |
async (message, match) => { | |
if (match == "") return await message.sendMessage("*Give me a jid*\nExample .mforward jid1 jid2 jid3 jid4 ..."); |