From e053fc7c204421ab0fd29d6a07495157c8a8ba85 Mon Sep 17 00:00:00 2001 From: EDM115 Date: Mon, 9 Sep 2024 19:10:32 +0200 Subject: [PATCH] chore: bump version --- unzipper/modules/bot_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unzipper/modules/bot_data.py b/unzipper/modules/bot_data.py index 7b88583e..4447080a 100644 --- a/unzipper/modules/bot_data.py +++ b/unzipper/modules/bot_data.py @@ -266,7 +266,7 @@ class Messages: """ ABOUT_TXT = """ -**About Unarchiver bot [v6.3.4]** +**About Unarchiver bot [v6.3.5]** • **Language :** [Python 3.12.4](https://www.python.org/) • **Framework :** [Pyrogram 2.0.106](https://pyrogram.org/) @@ -838,7 +838,7 @@ class Messages: THUMB_CAPTION = """ #thumbnail -Saved thumbnail of [{}](tg://user?id={}) +Saved thumbnail of [user {}](tg://user?id={}) """ THUMB_FAILED = "Failed to generate thumb"