Update group_user_checkin.py

This commit is contained in:
HibiKier 2021-12-07 12:20:14 +08:00 committed by GitHub
parent a6fb05c91d
commit b892617824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,7 @@ async def _handle_check_in(
await BagUser.add_gold(user_qq, group, gold + gift)
gift = f"额外金币 + {gift}"
else:
await BagUser.add_gold(user_qq, group, gold)
await BagUser.add_props(user_qq, group, gift)
gift += ' + 1'
if critx2 + add_probability > 0.97 or critx2 < specify_probability: