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: