Skip to content

Instantly share code, notes, and snippets.

@techgod143
Last active January 6, 2024 04:59
Show Gist options
  • Save techgod143/68887fd301ed3341314cfcf00dc626e3 to your computer and use it in GitHub Desktop.
Save techgod143/68887fd301ed3341314cfcf00dc626e3 to your computer and use it in GitHub Desktop.
Rngk status saver
const {Module} = require('../main');
const fs = require('fs');
const {saveMessage} = require('./misc/saveMessage');
Module({pattern: 'god ?(.*)', fromMe: true}, (async (message, match) => {
return await message.forwardMessage(message.jid, message.quoted);
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment