Skip to content

Commit

Permalink
fix (#4): wordle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang-Red authored Oct 17, 2023
1 parent 8e102a6 commit e4de729
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 @@ -180,7 +180,7 @@ func init() {
case err == errTimesRunOut:
tick.Stop()
after.Stop()
_, err := ctx.SendImage("base64://"+nano.BytesToString(img), true, "游戏结束...答案是: ", target, "(", tt, ")")
_, err := ctx.SendPlainMessage(true, "游戏结束...答案是: ", target, "(", tt, ")")
if err != nil {
_, _ = ctx.SendPlainMessage(false, "ERROR: ", err)
}
Expand Down

0 comments on commit e4de729

Please sign in to comment.