Skip to content

Commit

Permalink
правки
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed Aug 30, 2024
1 parent 004bb5c commit 605607b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Добавлено

- Кнопка с ссылкой на гайд в обменнике
- Время через сколько появится новый предмет в обменнике

## [7.0.0] - 2024-08-30

Expand Down
4 changes: 2 additions & 2 deletions src/bot/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,8 @@ def exchanger_cmd(message: Message):
mess = (
"<b>Обменник 🔄</b>\n\n"
f"<b>Предмет:</b> {exchanger.item} {get_item_emoji(exchanger.item)}\n"
f"<b>Цена за 1 шт:</b> {exchanger.price} {get_item_emoji('бабло')}\n\n"
f"Чтобы обменять напиши <code>/exchanger кол-во</code>"
f"<b>Цена за 1 шт:</b> {exchanger.price} {get_item_emoji('бабло')}\n"
f"<b>Новый предмет появится через:</b> {get_time_difference_string(exchanger.expires - utcnow())}\n"
)

args = message.text.split(" ")
Expand Down

0 comments on commit 605607b

Please sign in to comment.