mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Fix
This commit is contained in:
parent
3f6cd58db2
commit
7325976f91
1 changed files with 3 additions and 3 deletions
|
|
@ -55,10 +55,10 @@ async def mediainfo(_, ctx: Message, strings):
|
||||||
body_text = f"""
|
body_text = f"""
|
||||||
MissKatyBot MediaInfo
|
MissKatyBot MediaInfo
|
||||||
JSON
|
JSON
|
||||||
{file_info}.type
|
<pre>{file_info}.type</pre>
|
||||||
|
|
||||||
DETAILS
|
DETAILS
|
||||||
{out or 'Not Supported'}
|
<pre>{out or 'Not Supported'}</pre>
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
link = await mediainfo_paste(out, "MissKaty Mediainfo")
|
link = await mediainfo_paste(out, "MissKaty Mediainfo")
|
||||||
|
|
@ -104,7 +104,7 @@ DETAILS
|
||||||
return await process.edit_msg(strings("err_link"))
|
return await process.edit_msg(strings("err_link"))
|
||||||
body_text = f"""
|
body_text = f"""
|
||||||
MissKatyBot MediaInfo
|
MissKatyBot MediaInfo
|
||||||
{output}
|
<pre>{output}</pre>
|
||||||
"""
|
"""
|
||||||
# link = await post_to_telegraph(False, title, body_text)
|
# link = await post_to_telegraph(False, title, body_text)
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue