获取提示
This commit is contained in:
1
dowmd.py
1
dowmd.py
@@ -30,6 +30,7 @@ class dow_markdown(Plugin):
|
|||||||
if e_context["reply"].type != ReplyType.TEXT:
|
if e_context["reply"].type != ReplyType.TEXT:
|
||||||
return
|
return
|
||||||
try:
|
try:
|
||||||
|
logger.info(f"获取到回复消息{e_context}")
|
||||||
channel = e_context["channel"]
|
channel = e_context["channel"]
|
||||||
context = e_context["context"]
|
context = e_context["context"]
|
||||||
content = e_context["reply"].content.strip()
|
content = e_context["reply"].content.strip()
|
||||||
|
|||||||
Reference in New Issue
Block a user