mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Add wetransfer
This commit is contained in:
parent
8b5d077d68
commit
5fb2d22c3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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..")
|
||||
|
|
|
|||
Loading…
Reference in a new issue