This commit is contained in:
parent
ae13e5a8ff
commit
82d5aa14ee
6
bot.py
6
bot.py
@ -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,8 +11,6 @@ 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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
from handlers import pipisa
|
||||
from handlers import time_new_year
|
||||
from handlers import start_help
|
||||
from handlers import coding
|
Loading…
Reference in New Issue
Block a user