打印on_handle_context的日志

This commit is contained in:
2024-08-03 19:27:47 +08:00
committed by GitHub
parent 5626705b3f
commit f8f196297f

View File

@@ -30,6 +30,7 @@ class dow_markdown(Plugin):
def on_handle_context(self,e_context:EventContext):
try:
send_msg = e_context["context"]
logger.info(f"[dow_markdown] on_handle_context sendMsg={send_msg["content"]}")
if send_msg["type"] == ReplyType.TEXT:
if any(word in send_msg["content"] for word in [""]):
receiver = send_msg.get("receiver")