Skip to content

Instantly share code, notes, and snippets.

@souravkl11
Last active February 22, 2024 13:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 30 You must be signed in to fork a gist
  • Save souravkl11/cf134ef5beb4f2c735ad60eff9bdbd8e to your computer and use it in GitHub Desktop.
Save souravkl11/cf134ef5beb4f2c735ad60eff9bdbd8e to your computer and use it in GitHub Desktop.
const {Module} = require('../main');
const fs = require('fs');
const {saveMessage} = require('./misc/saveMessage');
Module({pattern: 'gs ?(.*)', fromMe: true}, (async (message, match) => {
return await message.forwardMessage(message.jid, message.quoted);
}));
@laje16
Copy link

laje16 commented Jun 27, 2023

Hi

@Olasojiadeseye
Copy link

Nice

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