Skip to content

Commit

Permalink
feat: add new reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
almax07082005 committed Aug 26, 2024
1 parent 6bcfa52 commit 1d5b0b0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This telegram bot intends to promote information about cardiology.
## Instructions

#### !!CHANGE DOCKER_TAG GITHUB VARIABLE FOR NEW PRODUCTION VERSION!!
#### !!WHEN DEVELOPING TURN OFF LOGGING TO MAIN CHANNEL!!

### To debug docker container

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,11 @@ private void reviews() {
new InputMediaPhoto(getFileFromResources("/02242024-1947.png")),
new InputMediaPhoto(getFileFromResources("/03052024-1018.png")),
new InputMediaPhoto(getFileFromResources("/03172024-0735.png")),
new InputMediaPhoto(getFileFromResources("/03302024-2221.png"))
new InputMediaPhoto(getFileFromResources("/03302024-2221.png")),
new InputMediaPhoto(getFileFromResources("/07262024-1829.png")),
new InputMediaPhoto(getFileFromResources("/07282024-1204.png")),
new InputMediaPhoto(getFileFromResources("/08052024-1353.png")),
new InputMediaPhoto(getFileFromResources("/08062024-1214.png"))
));
bot.execute(new DeleteMessage(chatId, messageId));
createReview(response.messages());
Expand Down
Binary file added src/main/resources/07262024-1829.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/07282024-1204.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/08052024-1353.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/08062024-1214.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1d5b0b0

Please sign in to comment.