瀏覽代碼

refactor(app): adapt to work with new builders

Librellium 3 周之前
父節點
當前提交
2fa1b0d5b0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      anonflow/app.py

+ 2 - 2
anonflow/app.py

@@ -7,8 +7,8 @@ from aiogram.client.bot import DefaultBotProperties
 from aiogram.fsm.storage.memory import MemoryStorage
 
 from anonflow import __version_str__
-from anonflow.bot.middleware import build as build_middleware
-from anonflow.bot.routers import build as build_routers
+from anonflow.bot.builders.middleware import build as build_middleware
+from anonflow.bot.builders.routers import build as build_routers
 from anonflow.config import Config
 from anonflow.database import (
     BanRepository,