This commit is contained in:
Pavel_Duron 2022-12-06 22:20:38 +10:00
parent ae13e5a8ff
commit 82d5aa14ee
2 changed files with 3 additions and 6 deletions

6
bot.py
View File

@ -1,7 +1,7 @@
from create_bot import dp, bot
from create_bot import dp
import logging
from aiogram import executor
from handlers import pipisa, time_new_year, start_help, coding
from handlers import pipisa, time_new_year, start_help
logging.basicConfig(level=logging.DEBUG)
@ -11,10 +11,8 @@ 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)
if __name__ == '__main__':

View File

@ -1,4 +1,3 @@
from handlers import pipisa
from handlers import time_new_year
from handlers import start_help
from handlers import coding
from handlers import start_help