Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
onlive1337 committed Nov 17, 2024
1 parent 5121269 commit b691002
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[1.0.6] - 2024-11-6
[1.0.7] - 2024-11-17

RU:

Изменено:
Добавлено:

Теперь бот поддерживает множественные запросы, к примеру "40$ и 20$"
Обработчик редактированных сообщений

EN:

Modified:
Added:

The bot now supports multiple queries, for example “40$ and 20$”
Edit Message Handler
2 changes: 1 addition & 1 deletion config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
LOG_CHAT_ID = "-4558354811"
ADMIN_IDS = [810587766]
USER_DATA_FILE = 'user_data.json'
CURRENT_VERSION = "1.0.6"
CURRENT_VERSION = "1.0.7"

CACHE_EXPIRATION_TIME = 600

Expand Down
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ async def main():
dp.message.register(handle_message)
dp.message.register(handle_conversion)
dp.message.register(handle_all_messages)
dp.edited_message.register(handle_message)

dp.callback_query.register(process_howto, F.data == "howto")
dp.callback_query.register(process_feedback, F.data == "feedback")
Expand Down

0 comments on commit b691002

Please sign in to comment.