fix:修复插件组件无法正确获取插件配置的问题

This commit is contained in:
Windpicker-owo
2025-09-06 20:39:59 +08:00
parent 657b12015b
commit 742b47c099
7 changed files with 116 additions and 22 deletions

1
bot.py
View File

@@ -82,7 +82,6 @@ def easter_egg():
async def graceful_shutdown():
try:
logger.info("正在优雅关闭麦麦...")
# 停止所有异步任务
await async_task_manager.stop_and_wait_all_tasks()