delete now-unneeded code

pull/225/head
Aevann 2024-03-01 21:00:30 +02:00
parent 9cbec560f7
commit f08fb22277
1 changed files with 0 additions and 4 deletions

View File

@ -78,10 +78,6 @@ def claim_rewards_all_users():
marseybux = int(marseybux)
text = f"You have received {marseybux} Marseybux! You can use them to buy awards or hats in the [shop](/shop/awards) or gamble them in the [casino](/casino)."
if SITE_NAME == 'WPD' and time.time() < 1709251200 and marseybux >= 10000:
text = f"You have received ~~{marseybux}~~ {marseybux*1.5} Marseybux! You can use them to buy awards or hats in the [shop](/shop/awards) or gamble them in the [casino](/casino)."
marseybux *= 1.5
user.pay_account('marseybux', marseybux)
send_repeatable_notification(user.id, text)