diff --git a/program/sysinfo.py b/program/sysinfo.py index f030153..8d4b45e 100644 --- a/program/sysinfo.py +++ b/program/sysinfo.py @@ -84,7 +84,7 @@ async def get_bot_logs(c: Client, m: Message): await m.reply_document( bot_log_path, quote=True, - caption='📄 This is the bot logs', + caption='📁 this is the bot logs', ) remove_if_exists(bot_log_path) except BaseException as err: