Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit edc4ff5

Browse files
committed
bound guild patch
1 parent 16e6ae0 commit edc4ff5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ dependencies = [
99
"pip>=23.0.1",
1010
"setuptools>=67.6.0",
1111
"nb-cli>=1.0.5",
12-
"nonebot2[fastapi]>=2.0.0rc3",
12+
"nonebot2[fastapi]>=2.0.0rc4",
1313
"nonebot-adapter-onebot>=2.2.2",
14+
"nonebot-plugin-guild-patch>=0.2.3",
1415
]
1516
requires-python = ">=3.8"
1617
license = { text = "MIT" }
@@ -33,4 +34,4 @@ plugin_dirs = ["src/plugins"]
3334

3435
# NoneBot 要加载的前置插件(本包提供的配置项)
3536
# 这些插件会在 plugins 前面加载,当插件 require 报错时可以使用
36-
preload_plugins = []
37+
preload_plugins = ["nonebot_plugin_guild_patch"]

0 commit comments

Comments
 (0)