perf: 完善响应机制

This commit is contained in:
Rock Chin
2022-12-19 17:25:09 +08:00
parent eada778ab5
commit 1f5329edc9
2 changed files with 2 additions and 2 deletions

View File

@@ -318,7 +318,7 @@ class QQBotManager:
check, result = check_response_rule(str(event.message_chain).strip())
if check:
reply = process(result)
reply = process(result.strip())
else:
# 直接调用
reply = process()