仅对onebot适配器启用表情回应

This commit is contained in:
2025-11-02 16:32:51 +08:00
parent 710b729229
commit 4a08a2d415
2 changed files with 9 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ plugins = ["nonebot_plugin_marshoai"]
# 测试用
adapters = [
{ name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" },
{ name = "nonebot-adapter-milky", module_name = "nonebot.adapters.milky" },
]
[tool.pdm]