This commit is contained in:
Yasir Aris M 2024-09-24 07:18:27 +07:00 committed by GitHub
parent 3f6cd58db2
commit 7325976f91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,10 +55,10 @@ async def mediainfo(_, ctx: Message, strings):
body_text = f"""
MissKatyBot MediaInfo
JSON
{file_info}.type
<pre>{file_info}.type</pre>
DETAILS
{out or 'Not Supported'}
<pre>{out or 'Not Supported'}</pre>
"""
try:
link = await mediainfo_paste(out, "MissKaty Mediainfo")
@ -104,7 +104,7 @@ DETAILS
return await process.edit_msg(strings("err_link"))
body_text = f"""
MissKatyBot MediaInfo
{output}
<pre>{output}</pre>
"""
# link = await post_to_telegraph(False, title, body_text)
try: