remove: 移除了 nakuru-project 库

但仍然使用其对 OneBot 的数据格式封装。
This commit is contained in:
Soulter
2024-12-02 19:31:33 +08:00
parent ba12d65792
commit 750a93a1aa
49 changed files with 904 additions and 420 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import asyncio
from quart import websocket
from quart import Quart
from core.config.astrbot_config import AstrBotConfig
from core import logger, LogBroker
from astrbot.core.config.astrbot_config import AstrBotConfig
from astrbot.core import logger, LogBroker
from .route import Route, Response
class LogRoute(Route):