This commit is contained in:
nothamor 2024-05-28 13:09:49 +08:00
parent 50305ab608
commit 1213064569

View File

@ -156,7 +156,7 @@ func Entry(ctx *zero.Ctx) {
redisrepo.SubUserBalance(ctx.Event.UserID, betAmount) redisrepo.SubUserBalance(ctx.Event.UserID, betAmount)
} }
} }
result += fmt.Sprintf("\n庄家点数: %d\n闲家点数: %d", dealerFinalPoint, playerFinalPoint)
ctx.Send(fmt.Sprintf(EntryMsgTemplate, round.DealerHand, round.PlayerHand, result)) ctx.Send(fmt.Sprintf(EntryMsgTemplate, round.DealerHand, round.PlayerHand, result))
} }