Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2023-11-07 07:39:14 +08:00 committed by GitHub
parent 0c545b4ec1
commit 99c2a53c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,6 +103,6 @@ async def _(msg: Bot.MessageSession):
send = msg.locale.t('stone.message.skip', count=count)
if count == 10:
if g := (g_msg := await gained_petal(wait, 1)):
if g := (g_msg := await gained_petal(msg, 1)):
send += '\n' + g
await msg.finish(send)