[check] somethings

This commit is contained in:
levina 2022-02-27 03:18:04 +07:00 committed by GitHub
parent 5c57c4c42b
commit f6ad70651f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ async def get_bot_logs(c: Client, m: Message):
await m.reply_document( await m.reply_document(
bot_log_path, bot_log_path,
quote=True, quote=True,
caption='📄 This is the bot logs', caption='📁 this is the bot logs',
) )
remove_if_exists(bot_log_path) remove_if_exists(bot_log_path)
except BaseException as err: except BaseException as err: