Skip to content

Commit

Permalink
coba
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism authored Sep 21, 2023
1 parent 7f76956 commit 10deac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/plugins/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def log_file(_, ctx: Message, strings):
"title": "MissKatyLogs"
}
pastelog = (await fetch.post("https://paste.yasirapi.eu.org", json=data)).json()
await msg.edit_msg(f"<a href='https://paste.yasirapi.eu.org/{pastelog.get('paste_id')}'>Yasir Paste</a>")
await msg.edit_msg(f"<a href='https://paste.yasirapi.eu.org/{pastelog.get('paste_id')}'>Here the Logs</a>\nlog size: {get_readable_file_size(os.path.getsize('log.txt'))}"
except Exception as err:
LOGGER.error(err)
await ctx.reply_document(
Expand Down

0 comments on commit 10deac0

Please sign in to comment.