From 34d28a4295d4fd625f0f5974d4e9d5385929863b Mon Sep 17 00:00:00 2001 From: sergey Date: Tue, 24 Sep 2024 21:57:40 +0300 Subject: [PATCH] test action --- tg-bot-app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tg-bot-app/main.py b/tg-bot-app/main.py index 2c0e75c..8a38589 100644 --- a/tg-bot-app/main.py +++ b/tg-bot-app/main.py @@ -43,6 +43,7 @@ async def maintenance_1d(callback: types.CallbackQuery): @dp.message() async def add_event_comment(message: types.Message): await message.answer(f"Получен текст {message.text}") + @dp.message() async def add_event_comment(message: types.Message): if message.reply_to_message: