Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
chore: change project logo
Browse files Browse the repository at this point in the history
Signed-off-by: rin-gil <91410075+rin-gil@users.noreply.github.com>
  • Loading branch information
rin-gil committed May 2, 2023
1 parent 4558e6b commit 4b014ad
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://repository-images.githubusercontent.com/571268828/71f20754-3fcd-4833-b968-61b113ab6930" alt="YouTube Shorts Download Bot" width="640">
<img src="https://repository-images.githubusercontent.com/571268828/73a693e8-5d64-4f62-9630-2455ae7238fb" alt="YouTube Shorts Download Bot" width="640">
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://repository-images.githubusercontent.com/571268828/71f20754-3fcd-4833-b968-61b113ab6930" alt="YouTube Shorts Download Bot" width="640">
<img src="https://repository-images.githubusercontent.com/571268828/73a693e8-5d64-4f62-9630-2455ae7238fb" alt="YouTube Shorts Download Bot" width="640">
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion README.ua.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://repository-images.githubusercontent.com/571268828/71f20754-3fcd-4833-b968-61b113ab6930" alt="YouTube Shorts Download Bot" width="640">
<img src="https://repository-images.githubusercontent.com/571268828/73a693e8-5d64-4f62-9630-2455ae7238fb" alt="YouTube Shorts Download Bot" width="640">
</p>

<p align="center">
Expand Down
Binary file added tgbot/assets/img/bot_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tgbot/assets/img/bot_logo.png
Binary file not shown.
Binary file modified tgbot/assets/img/stats_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tgbot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 4b014ad

Please sign in to comment.