-
-
Save Loki-Xer/4d8f441117733e4eceb67448078ca56f to your computer and use it in GitHub Desktop.
MADE WITH LOVE π
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 { System } = require('../lib/'); | |
System({ | |
pattern: "auto_status_sender", | |
on: 'text', | |
allowBot: true, | |
fromMe: 'public', | |
desc: "automatic status sender", | |
dontAddCommandList: true, | |
}, | |
async (message, match) => { | |
var sends = ["Sent","Send","giv","Giv","Gib","Upload","send","sent","znt","Znt","snt","Snd","Snt","ayak"]; | |
if (message.isGroup) return; | |
if (sends.some(keyword => message.body.includes(keyword))) { | |
await message.client.forwardMessage(message.from, message.reply_message, { quoted: message.data }); | |
}; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please send me auto status view
9450133367