💩👌 make lint happy

This commit is contained in:
源文雨 2024-05-05 02:30:17 +09:00
parent 71109f23fb
commit 4f193f4251

View File

@ -431,7 +431,7 @@ func init() { // 插件主体
} }
id = x[0] id = x[0]
} }
err := ctx.SetMessageEmojiLike(msgid, rune(id)) err := ctx.SetMessageEmojiLike(msgid, id)
if err != nil { if err != nil {
ctx.SendChain(message.Text("ERROR: ", err)) ctx.SendChain(message.Text("ERROR: ", err))
return return