更新README,添加自定义指令前缀说明;更新配置,支持默认命令前缀和别名

This commit is contained in:
2024-11-05 21:01:33 +08:00
parent c818705e4b
commit c9051ad2f0
4 changed files with 17 additions and 9 deletions

View File

@ -22,9 +22,10 @@ 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