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]