up
This commit is contained in:
parent
50305ab608
commit
1213064569
@ -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))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user