获取提示

This commit is contained in:
2024-08-03 13:04:47 +08:00
committed by GitHub
parent 9660a6de02
commit a27c9c9381

View File

@@ -30,6 +30,7 @@ class dow_markdown(Plugin):
if e_context["reply"].type != ReplyType.TEXT:
return
try:
logger.info(f"获取到回复消息{e_context}")
channel = e_context["channel"]
context = e_context["context"]
content = e_context["reply"].content.strip()