Last active
May 11, 2025 20:54
-
-
Save zailio/646234dbc29d428b05e414cb1c068cc3 to your computer and use it in GitHub Desktop.
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 { | |
inrl | |
} = require("../lib"); | |
inrl({ | |
pattern: 'sent|send|giv|gib|upload|give|znt|znd|snt|snd', | |
fromMe: true, | |
DismissPrefix: true | |
}, async (message, match) => { | |
return await message.forwardMessage(message.jid, message.reply_message, { | |
quoted: message.data, | |
linkPreview: { | |
title: "status saver" | |
} | |
}) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you 💘☺️