fv
This commit is contained in:
parent
698a67c684
commit
00a59e869f
17 changed files with 75 additions and 71 deletions
|
@ -519,7 +519,7 @@ 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 > 0: v.cluballowed = True
|
||||
if v.truecoins > 150 and v.patron: v.cluballowed = True
|
||||
if v.patron > 3 and v.verified == None: v.verified = "Verified"
|
||||
|
||||
g.db.add(v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue