update: 修改模块信息
This commit is contained in:
@@ -3,7 +3,7 @@ id: org.taylorxie.llmplus
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
license: MIT
|
license: MIT
|
||||||
modules:
|
modules:
|
||||||
- maubot_llm_plus
|
- maubot_llm_plus.ai_bot
|
||||||
main_class: AiBot
|
main_class: AiBot
|
||||||
config: true
|
config: true
|
||||||
extra_files:
|
extra_files:
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ class AiBot(Plugin):
|
|||||||
|
|
||||||
|
|
||||||
async def start(self) -> None:
|
async def start(self) -> None:
|
||||||
|
await super().start()
|
||||||
# 加载并更新配置
|
# 加载并更新配置
|
||||||
self.config.load_and_update()
|
self.config.load_and_update()
|
||||||
# 决定当前机器人的名称
|
# 决定当前机器人的名称
|
||||||
|
|||||||
Reference in New Issue
Block a user