Skip to content

Commit

Permalink
fix:qqwife typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Azusa-Yuan committed Oct 4, 2024
1 parent 7069810 commit 4c130af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/qqwife/function.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func checkMistress(ctx *zero.Ctx) (ok bool, targetInfo UserInfo) {
ctx.SendChain(message.Text("[ERROR]:", err))
return
case timeMin > 0:
ctx.SendChain(message.Text(fmt.Sprintf("黄毛小子在休息%d分钟吧", timeMin)))
ctx.SendChain(message.Text(fmt.Sprintf("黄毛小子再休息%d分钟吧", timeMin)))
return
}
// 获取用户信息
Expand Down

0 comments on commit 4c130af

Please sign in to comment.