remove msg
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 14s

This commit is contained in:
x
2025-07-22 03:24:14 +02:00
parent 2eafbf45e4
commit 99f8f623ba

View File

@@ -54,11 +54,11 @@ export default async bot => {
//if(regex.imgur.test(link)) //if(regex.imgur.test(link))
// return await e.reply(`fuck imgur... seriously`); // return await e.reply(`fuck imgur... seriously`);
if(regex.instagram.test(link)) // if(regex.instagram.test(link))
await e.reply(`instagay`); // await e.reply(`instagay`);
if(regex.yt.test(link)) // if(regex.yt.test(link))
await e.reply(`hi yt here, I am gay this is why I am not giving you the file`); // await e.reply(`hi yt here, I am gay this is why I am not giving you the file`);
// check repost (link) // check repost (link)
repost = await queue.checkrepostlink(link); repost = await queue.checkrepostlink(link);