Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2024-01-13 12:01:21 +08:00 committed by GitHub
parent 914ded1cb6
commit 8ffbf01043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ async def flipCoins(count: int, msg):
return prompt + "\n" + msg.locale.t("coin.message.all.tail")
if not (face_up or face_down):
return prompt + "\n" + msg.locale.t("coin.message.all.stand")
prompt = msg.locale.t("coin.message.mix.prompt", count=count) + "\n"
output = msg.locale.t("coin.message.mix.prompt", count=count) + "\n"
if face_up and face_down:
output += msg.locale.t("coin.message.mix.head_and_tail", head=face_up, tail=face_down)
elif face_up: