Skip to content

Commit

Permalink
Update status_message_fn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rinrinx2 authored Jun 26, 2021
1 parent 224de3b commit ca65620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tobrot/plugins/status_message_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,4 @@ def up_time(time_taken):
async def upload_log_file(client, message):
g = await AdminCheck(client, message.chat.id, message.from_user.id)
if g:
await message.reply_document("Torrentleech-Gdrive.txt")
await message.reply_document("LOG.txt")

0 comments on commit ca65620

Please sign in to comment.