Last active
June 14, 2024 07:36
-
-
Save I-NRL/646234dbc29d428b05e414cb1c068cc3 to your computer and use it in GitHub Desktop.
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 { | |
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
Not working