Skip to content

Commit

Permalink
Ethix-MD-V2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethix-Xsid committed Sep 14, 2024
1 parent 81e93b7 commit 5ab55b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/hd.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const tohd = async (m, gss) => {

try {
let proses = await remini(media, "enhance");
gss.sendMessage(m.from, { image: proses, caption: `> *Hey ${m.pushName} Here Is Your Enhanced Image\nᴘᴏᴡᴇʀᴇᴅ ʙʏ ᴇᴛʜɪx-ᴍᴅ*` }, { quoted: m });
gss.sendMessage(m.from, { image: proses, caption: `> *Hey ${m.pushName} Here Is Your Enhanced Image*\n*ᴘᴏᴡᴇʀᴇᴅ ʙʏ ᴇᴛʜɪx-ᴍᴅ*` }, { quoted: m });

} catch (error) {
console.error('Error processing media:', error);
Expand Down

0 comments on commit 5ab55b0

Please sign in to comment.