update: 修改模块信息

This commit is contained in:
taylor
2024-10-12 09:44:43 +08:00
parent 0307e2a040
commit 9d670f0228
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ id: org.taylorxie.llmplus
version: 1.0.0
license: MIT
modules:
- maubot_llm_plus
- maubot_llm_plus.ai_bot
main_class: AiBot
config: true
extra_files:

View File

@@ -27,6 +27,7 @@ class AiBot(Plugin):
async def start(self) -> None:
await super().start()
# 加载并更新配置
self.config.load_and_update()
# 决定当前机器人的名称