在系统初始化完成时,添加了MaiMbot-Pro-Max的相关信息和项目链接,更新了欢迎信息以包含社区改版的说明。
This commit is contained in:
12
src/main.py
12
src/main.py
@@ -84,9 +84,17 @@ class MainSystem:
|
||||
await asyncio.gather(self._init_components())
|
||||
|
||||
logger.info(f"""
|
||||
--------------------------------
|
||||
全部系统初始化完成,{global_config.bot.nickname}已成功唤醒
|
||||
--------------------------------""")
|
||||
=========================================================
|
||||
MaiMbot-Pro-Max(第三方改版)
|
||||
全部组件已成功启动!
|
||||
=========================================================
|
||||
🌐 项目地址: https://github.com/MaiBot-Plus/MaiMbot-Pro-Max
|
||||
🏠 官方项目: https://github.com/MaiM-with-u/MaiBot
|
||||
=========================================================
|
||||
这是基于原版MMC的社区改版,包含增强功能和优化
|
||||
=========================================================
|
||||
""")
|
||||
|
||||
async def _init_components(self):
|
||||
"""初始化其他组件"""
|
||||
|
||||
Reference in New Issue
Block a user