From 5fb2d22c3b1c0f463661395c154efb1c2e399360 Mon Sep 17 00:00:00 2001 From: yasir Date: Mon, 5 Dec 2022 12:21:55 +0700 Subject: [PATCH] Add wetransfer --- misskaty/plugins/bypass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/bypass.py b/misskaty/plugins/bypass.py index cbc1859a..742bcc43 100644 --- a/misskaty/plugins/bypass.py +++ b/misskaty/plugins/bypass.py @@ -118,7 +118,7 @@ async def bypass(_, message): disable_web_page_preview=True, ) elif "we.tl" or "wetransfer.com" in host: - data = await wetransfer_bypass(url) + data = wetransfer_bypass(url) await msg.edit(f"{data}\n\n{mention}") else: await msg.edit("Unsupported link..")