This commit is contained in:
yasir 2023-01-28 13:27:21 +07:00
parent 9585da00ed
commit 30ab219fe5
2 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,7 @@ hmtl_content = """
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{fileName}</title>
<title>MediaInfo by MissKatyRoBot</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link

View file

@ -84,8 +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"
body_text = f"""
<img src='https://telegra.ph/file/72c99bbc89bbe4e178cc9.jpg' />
<pre>{output}</pre>
<code>{output}</code>
"""
if CUSTOM_VIEW and GH_TOKEN is not None:
link = await getMediaWeb(title, body_text)