mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-08 12:54:51 +00:00
Update mediainfo.py
This commit is contained in:
parent
1268a69289
commit
21ccdddd83
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue