mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update mediainfo.py
This commit is contained in:
parent
3f7b531839
commit
24b2d7b8d1
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ async def mediainfo(client, message):
|
|||
return await process.edit("Sepertinya link yang kamu kirim tidak valid, pastikan direct link dan bisa di download.")
|
||||
title = "MissKaty Bot Mediainfo"
|
||||
if CUSTOM_VIEW and GH_TOKEN is not None:
|
||||
body_text = f"<code style='color:#22c1c3;'>{output}</code>"
|
||||
body_text = f"<p><code style='color:#22c1c3;'>{output}</code></p>"
|
||||
link = await getMediaWeb(title, body_text)
|
||||
if not link:
|
||||
return await message.reply("Failed to post mediainfo result.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue