forked from Pavel_Durov/python_bot
add testfucn
This commit is contained in:
5
bot.py
5
bot.py
@@ -1,17 +1,20 @@
|
||||
from create_bot import dp
|
||||
import logging
|
||||
from aiogram import executor
|
||||
|
||||
from handlers import pipisa, time_new_year, start_help
|
||||
from othersq import sendnot
|
||||
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
|
||||
|
||||
|
||||
pipisa.register_handlers_pipisa(dp)
|
||||
time_new_year.register_handlers_time(dp)
|
||||
start_help.register_handlers_StartHelp(dp)
|
||||
|
||||
sendnot.register_handlers_sendnotal(dp)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user