From c818705e4b773b188d48f27762af4b45b994ed8a Mon Sep 17 00:00:00 2001 From: snowykami Date: Tue, 5 Nov 2024 20:26:02 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=9B=B4=E6=96=B0pyproject.toml?= =?UTF-8?q?=EF=BC=8C=E6=B3=A8=E9=87=8A=E6=8E=89OneBot=20V11=E9=80=82?= =?UTF-8?q?=E9=85=8D=E5=99=A8=E9=85=8D=E7=BD=AE=E4=BB=A5=E4=BE=BF=E4=BA=8E?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfd3942..aa10d9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,9 @@ Homepage = "https://github.com/LiteyukiStudio/nonebot-plugin-marshoai" [tool.nonebot] plugins = ["nonebot_plugin_marshoai"] -adapters = [ - { name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" }, -] +# adapters = [ +# { name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" }, +# ] 测试用 [tool.pdm] distribution = true