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