This commit is contained in:
Aevann1 2022-01-17 17:03:51 +02:00
parent 6a61f3be89
commit 3e46b16f3e
1768 changed files with 60 additions and 61 deletions

View file

@ -473,7 +473,7 @@ def gumroad(v):
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 > 3 and v.verified == None: v.verified = "Verified"
if v.patron > 1 and v.verified == None: v.verified = "Verified"
g.db.add(v)