diff --git a/README.md b/README.md index 572eecf..4adeb89 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- YouTube Shorts Download Bot + YouTube Shorts Download Bot

diff --git a/README.ru.md b/README.ru.md index d3db5af..544612b 100644 --- a/README.ru.md +++ b/README.ru.md @@ -1,5 +1,5 @@

- YouTube Shorts Download Bot + YouTube Shorts Download Bot

diff --git a/README.ua.md b/README.ua.md index f4c9cd6..5b3d9ab 100644 --- a/README.ua.md +++ b/README.ua.md @@ -1,5 +1,5 @@

- YouTube Shorts Download Bot + YouTube Shorts Download Bot

diff --git a/tgbot/assets/img/bot_logo.jpg b/tgbot/assets/img/bot_logo.jpg new file mode 100644 index 0000000..6467117 Binary files /dev/null and b/tgbot/assets/img/bot_logo.jpg differ diff --git a/tgbot/assets/img/bot_logo.png b/tgbot/assets/img/bot_logo.png deleted file mode 100644 index aea7523..0000000 Binary files a/tgbot/assets/img/bot_logo.png and /dev/null differ diff --git a/tgbot/assets/img/stats_bg.png b/tgbot/assets/img/stats_bg.png index 082fe68..45fcfea 100644 Binary files a/tgbot/assets/img/stats_bg.png and b/tgbot/assets/img/stats_bg.png differ diff --git a/tgbot/config.py b/tgbot/config.py index 4ffc3b1..3587cbe 100644 --- a/tgbot/config.py +++ b/tgbot/config.py @@ -9,7 +9,7 @@ _BASE_DIR: Path = Path(__file__).resolve().parent.parent LOG_FILE: str = join(_BASE_DIR, "log.log") -BOT_LOGO: str = normpath(join(_BASE_DIR, "tgbot/assets/img/bot_logo.png")) +BOT_LOGO: str = normpath(join(_BASE_DIR, "tgbot/assets/img/bot_logo.jpg")) STATS_BG_IMAGE: str = normpath(join(_BASE_DIR, "tgbot/assets/img/stats_bg.png")) DB_FILE: str = normpath(join(_BASE_DIR, "tgbot/db.sqlite3")) TEMP_DIR: str = normpath(join(_BASE_DIR, "tgbot/temp"))