Skip to content

Commit

Permalink
💩👌 make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 4, 2024
1 parent 71109f2 commit 4f193f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f193f4

Please sign in to comment.