Update mediainfo.py

This commit is contained in:
yasirarism 2023-02-12 20:21:53 +07:00 committed by GitHub
parent 1268a69289
commit 21ccdddd83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,10 +39,10 @@ async def mediainfo(client, message):
out = output_[0] if len(output_) != 0 else None
body_text = f"""
<img src='https://telegra.ph/file/72c99bbc89bbe4e178cc9.jpg' />
<h2>JSON</h2>
<b>JSON</b>
<pre>{file_info}.type</pre>
<br>
<h2>DETAILS</h2>
<b>DETAILS</b>
<pre>{out or 'Not Supported'}</pre>
"""
title = "MissKaty Bot Mediainfo"