remotes/1693045480750635534/spooky-22
Aevann1 2021-11-13 23:09:39 +02:00
parent 9ec7856091
commit 301be67a11
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ def gumroad(v):
v.procoins += procoins
send_notification(v.id, f"You were given {procoins} Marseybux! You can use them to buy awards in the [shop](/shop).")
if v.truecoins > 150 and v.patron > 0 or v.patron > 2: v.cluballowed = True
if v.truecoins > 150 and v.patron > 0: v.cluballowed = True
if v.patron > 3 and v.verified == None: v.verified = "Verified"
g.db.add(v)