Merge remote-tracking branch 'origin/master' into feat/workflow

This commit is contained in:
Typer_Body
2026-05-07 00:57:56 +08:00
89 changed files with 10746 additions and 4545 deletions
+1 -1
View File
@@ -487,7 +487,7 @@ class PlatformManager:
return None
async def remove_bot(self, bot_uuid: str):
for bot in self.bots:
for bot in self.bots[:]:
if bot.bot_entity.uuid == bot_uuid:
if bot.enable:
await bot.shutdown()