новостные сообщения, поправленный requirements

This commit is contained in:
Vlad
2024-10-02 04:16:04 +03:00
parent ba3a2c7765
commit 2f304fda78
4 changed files with 77 additions and 12 deletions
-2
View File
@@ -1,7 +1,6 @@
from aiogram import Bot, Dispatcher, Router
from aiogram.fsm.storage.memory import MemoryStorage
from auth import login_with_credentials
from config import API_TOKEN
bot = Bot(token=API_TOKEN)
@@ -10,7 +9,6 @@ dp = Dispatcher(bot=bot, storage=storage)
router = Router()
from handlers import key_management, keys, notifications, pay, profile, start
from handlers.key_management import router as key_management_router
# Регистрация обработчиков
dp.include_router(start.router)