mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
💩👌 make lint happy
This commit is contained in:
parent
71109f23fb
commit
4f193f4251
@ -431,7 +431,7 @@ func init() { // 插件主体
|
||||
}
|
||||
id = x[0]
|
||||
}
|
||||
err := ctx.SetMessageEmojiLike(msgid, rune(id))
|
||||
err := ctx.SetMessageEmojiLike(msgid, id)
|
||||
if err != nil {
|
||||
ctx.SendChain(message.Text("ERROR: ", err))
|
||||
return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user