add alarm of job

This commit is contained in:
2022-12-06 20:25:52 +10:00
parent 502dca273d
commit 45d4aa8c9a
5 changed files with 17 additions and 8 deletions

5
bot.py
View File

@@ -1,11 +1,9 @@
from create_bot import dp
import logging
from aiogram import executor
from handlers import pipisa, time_new_year, start_help
from handlers import pipisa, time_new_year, start_help, coding
print('Бот начал работу')
logging.basicConfig(level=logging.DEBUG)
@@ -13,6 +11,7 @@ logging.basicConfig(level=logging.DEBUG)
pipisa.register_handlers_pipisa(dp)
time_new_year.register_handlers_time(dp)
start_help.register_handlers_StartHelp(dp)
coding.register_handlers_alarm(dp)