1k
This commit is contained in:
parent
6a61f3be89
commit
3e46b16f3e
1768 changed files with 60 additions and 61 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue