From 72f96576bada43b39919bd4044eb99c13c4e44ed Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Mon, 12 May 2025 21:58:05 +1000 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=BE=D1=80=D0=B5=20=D1=81=D0=BF=D0=B0?= =?UTF-8?q?=D1=81=D1=8F=20=D0=B3=D0=B5=D0=BD=D0=BE=D1=86=D0=B8=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handlers/start_help.py | 2 +- handlers/time_new_year.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/handlers/start_help.py b/handlers/start_help.py index 47f1897..c086af9 100644 --- a/handlers/start_help.py +++ b/handlers/start_help.py @@ -15,4 +15,4 @@ async def start_func(message: types.Message): @dp.callback_query_handler(text = 'add_2_group') async def addgroup(callback: types.CallbackQuery): - await callback.answer('жмав') + await callback.answer('жмав') diff --git a/handlers/time_new_year.py b/handlers/time_new_year.py index e878756..5b9bd64 100644 --- a/handlers/time_new_year.py +++ b/handlers/time_new_year.py @@ -22,6 +22,5 @@ async def send_time(message: types.Message): await message.reply(f'Сегодня {cd} \nВремя: {ct2} \nДо Нового Года осталось {num}') - def register_handlers_time(dp: Dispatcher): - dp.register_message_handler(send_time) \ No newline at end of file + dp.register_message_handler(send_time)