Moved handlers to telegram/commands package
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
from aiogram import Bot, Dispatcher
|
||||
from aiogram.dispatcher.webhook import SendMessage
|
||||
from aiogram.contrib.middlewares.logging import LoggingMiddleware
|
||||
|
||||
from config import Config
|
||||
|
||||
from .handlers import register_handlers
|
||||
from .commands import register_handlers
|
||||
|
||||
|
||||
config = Config()
|
||||
|
||||
Reference in New Issue
Block a user