This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user