This commit is contained in:
Aevann1 2022-02-23 07:02:07 +02:00
parent ebce0a49e3
commit 946263d8bc
30 changed files with 65 additions and 66 deletions

View file

@ -483,7 +483,6 @@ def gumroad(v):
v.procoins += procoins
send_repeatable_notification(v.id, f"You have received {procoins} Marseybux! You can use them to buy awards in the [shop](/shop).")
if v.truecoins > 150 and v.patron: v.cluballowed = True
if v.patron > 1 and v.verified == None: v.verified = "Verified"
g.db.add(v)