From ad8b5b34d3eaa715279589b2edb03a34a7407b1f Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sat, 3 Aug 2024 14:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dowmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dowmd.py b/dowmd.py index 3ea184a..ce6b424 100644 --- a/dowmd.py +++ b/dowmd.py @@ -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")