From 0316ef5e0578807077673dc221a6339949092572 Mon Sep 17 00:00:00 2001 From: Pavel_Duron Date: Tue, 6 Dec 2022 21:22:05 +1000 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D0=BA=D0=B0=D1=82=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bot.py b/bot.py index db1772f..bce85aa 100644 --- a/bot.py +++ b/bot.py @@ -6,9 +6,6 @@ from handlers import pipisa, time_new_year, start_help, coding logging.basicConfig(level=logging.DEBUG) -@dp.message_handler(commands=['alarm']) -async def notify_chats(): - await bot.send_message(226765676, text= 'рассылка завершена') pipisa.register_handlers_pipisa(dp)