откатываем
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pavel_Duron 2022-12-06 21:22:05 +10:00
parent aae4506ffe
commit 0316ef5e05

3
bot.py
View File

@ -6,9 +6,6 @@ from handlers import pipisa, time_new_year, start_help, coding
logging.basicConfig(level=logging.DEBUG) 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) pipisa.register_handlers_pipisa(dp)