fix:修复无法运行的bug

This commit is contained in:
SengokuCola
2025-07-01 14:49:37 +08:00
parent 7efe17a9c8
commit cec854cba2
2 changed files with 1 additions and 3 deletions

View File

@@ -394,7 +394,7 @@ class DefaultReplyer:
return memory_block
async def _parse_reply_target(self, target_message: str) -> tuple:
def _parse_reply_target(self, target_message: str) -> tuple:
sender = ""
target = ""
if ":" in target_message or "" in target_message: