mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
💩👌 make lint happy
This commit is contained in:
parent
71109f23fb
commit
4f193f4251
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user