修复异常

This commit is contained in:
2024-08-03 14:53:22 +08:00
committed by GitHub
parent 38291b524d
commit ad8b5b34d3

View File

@@ -29,7 +29,7 @@ class dow_markdown(Plugin):
raise e
def on_handle_context(self,e_content:EventContext):
try:
send_msg = e_context["context"]
send_msg = e_content["context"]
if send_msg["type"] == ReplyType.TEXT:
if any(word in send_msg["content"] for word in [""]):
receiver = send_msg.get("receiver")