From 9c45b3da9579d9cfd0e5c359aa13f629daffcefa Mon Sep 17 00:00:00 2001 From: CMHopeSunshine <277073121@qq.com> Date: Fri, 13 Jan 2023 20:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E9=94=99=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43f030d..8fe7fc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ qrcode = "^7.3.1" nb-cli = "^0.6.7" [tool.nonebot] -plugins = ['1231', '421412'] +plugins = [] plugin_dirs = ["src/plugins"] [build-system]