Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang-Red committed Oct 19, 2023
1 parent 423e394 commit 21e9f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/wordle/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func init() {
return
}
case err == errUnknownWord:
_, err := ctx.SendPlainMessage(true, "你确定存在这样的单词吗?")
_, err := ctx.SendChain(nano.ReplyTo(c.Message.ID), nano.Text("你确定存在这样的单词吗?"))
if err != nil {
_, _ = ctx.SendPlainMessage(false, "ERROR: ", err)
return
Expand Down

0 comments on commit 21e9f85

Please sign in to comment.