🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-06-15 15:53:40 +00:00
parent 2fce679aa4
commit 59f6bcb19b
6 changed files with 95 additions and 98 deletions

View File

@@ -84,7 +84,7 @@ class MuteAction(BaseAction):
]
# 关联类型
associated_types = ["text","command"]
associated_types = ["text", "command"]
async def execute(self) -> Tuple[bool, Optional[str]]:
"""执行智能禁言判定"""