update: 修改模块信息
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -27,6 +27,7 @@ class AiBot(Plugin):
|
||||
|
||||
|
||||
async def start(self) -> None:
|
||||
await super().start()
|
||||
# 加载并更新配置
|
||||
self.config.load_and_update()
|
||||
# 决定当前机器人的名称
|
||||
|
||||
Reference in New Issue
Block a user