mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
Typo
This commit is contained in:
parent
9585da00ed
commit
30ab219fe5
2 changed files with 2 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ hmtl_content = """
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
||||||
<link
|
<link
|
||||||
|
|
|
||||||
|
|
@ -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.")
|
return await process.edit("Sepertinya link yang kamu kirim tidak valid, pastikan direct link dan bisa di download.")
|
||||||
title = "MissKaty Bot Mediainfo"
|
title = "MissKaty Bot Mediainfo"
|
||||||
body_text = f"""
|
body_text = f"""
|
||||||
<img src='https://telegra.ph/file/72c99bbc89bbe4e178cc9.jpg' />
|
<code>{output}</code>
|
||||||
<pre>{output}</pre>
|
|
||||||
"""
|
"""
|
||||||
if CUSTOM_VIEW and GH_TOKEN is not None:
|
if CUSTOM_VIEW and GH_TOKEN is not None:
|
||||||
link = await getMediaWeb(title, body_text)
|
link = await getMediaWeb(title, body_text)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue