Skip to content

Commit

Permalink
правки
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed Aug 16, 2024
1 parent 66d24ff commit ce5edd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Команда `/time`
- Кеширование в команду `/weather`. Погода обновляется раз в 30 минут
- Достижения (команда `/achievements`)

### Изменено
- Модуль Заменен `requests` на `httpx`
Expand Down
1 change: 1 addition & 0 deletions src/bot/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
KeyboardButton("Погода"),
KeyboardButton("Обменник"),
KeyboardButton("Гайд"),
KeyboardButton("Достижения"),
]
)

Expand Down
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def configure_bot_commands():
BotCommand("exchanger", "Обменник"),
BotCommand("transfer", "Перекидка предметов"),
BotCommand("shop", "Магазин"),
BotCommand("achievements", "Достижения"),
BotCommand("weather", "Погода"),
BotCommand("items", "Информация о всех приметах"),
BotCommand("casino", "Казино"),
Expand Down

0 comments on commit ce5edd3

Please sign in to comment.