Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2023-07-07 14:27:01 +08:00 committed by GitHub
parent 098505775c
commit ce967992f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ async def flipCoins(count: int, msg):
if faceUp:
output += msg.locale.t("coin.message.mix.head", head=faceUp)
elif faceDown:
output += msg.locale.t("coin.message.mix.tail2", head=faceDown)
output += msg.locale.t("coin.message.mix.tail2", tail=faceDown)
if faceUp and faceDown:
output += msg.locale.t("coin.message.mix.tail", tail=faceDown)
if stand: