From 8057283a8aad8e060bd989de326e5db6e0e718d3 Mon Sep 17 00:00:00 2001 From: SiHuan Date: Thu, 12 Aug 2021 19:03:30 +0800 Subject: [PATCH] update --- worker/lsp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worker/lsp.py b/worker/lsp.py index 1c4f06a..9449e69 100644 --- a/worker/lsp.py +++ b/worker/lsp.py @@ -24,7 +24,8 @@ class Ans(StdAns): return "不许你们看咲夜的涩图!!" code, picurl, pid = getsetu(keyword) if code == 0: - return f'[CQ:image,file={picurl}{flash}]Pixiv ID:{pid}' + self.sendmsg(f'[CQ:reply,id={self.mid}]Pixiv ID:{pid}') + return f'[CQ:image,file={picurl}{flash}]' else: return f'[CQ:reply,id={self.mid}] 什么东西出错了,code:{code}'