update lsp
This commit is contained in:
parent
bd46f9d218
commit
348b418a92
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Ans(StdAns):
|
|||
keyword = self.parms[1]
|
||||
if mysakuya(self, keyword) == False:
|
||||
return "不许你们看咲夜的涩图!!"
|
||||
code, picurl = getsetu()
|
||||
code, picurl = getsetu(keyword)
|
||||
if code == 0:
|
||||
return f'[CQ:reply,id={self.mid}][CQ:image,file={picurl},type=flash]'
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue