mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 12:24:51 +00:00
Fix pastebin
This commit is contained in:
parent
5a6cf4ee3b
commit
56ebdfdab3
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ async def mediainfo(client, message):
|
||||||
markup = InlineKeyboardMarkup([[InlineKeyboardButton(text="💬 View in Web", url=link)]])
|
markup = InlineKeyboardMarkup([[InlineKeyboardButton(text="💬 View in Web", url=link)]])
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
markup = None
|
markup = None
|
||||||
with io.BytesIO(str.encode(output)) as out_file:
|
with io.BytesIO(str.encode(body_text)) as out_file:
|
||||||
out_file.name = "MissKaty_Mediainfo.txt"
|
out_file.name = "MissKaty_Mediainfo.txt"
|
||||||
await message.reply_document(
|
await message.reply_document(
|
||||||
out_file,
|
out_file,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue