Skip to content

Instantly share code, notes, and snippets.

@I-NRL
Last active June 14, 2024 07:36
Show Gist options
  • Save I-NRL/646234dbc29d428b05e414cb1c068cc3 to your computer and use it in GitHub Desktop.
Save I-NRL/646234dbc29d428b05e414cb1c068cc3 to your computer and use it in GitHub Desktop.
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"
}
})
})
Copy link

ghost commented Nov 5, 2023

Not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment