mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +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)]])
|
||||
except Exception as e:
|
||||
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"
|
||||
await message.reply_document(
|
||||
out_file,
|
||||
|
|
|
|||
Loading…
Reference in a new issue