fsd
This commit is contained in:
parent
095eef3ae4
commit
6840424b60
2 changed files with 6 additions and 6 deletions
|
@ -445,8 +445,8 @@ def gumroad(v):
|
|||
elif v.patron == 3: procoins = 10000
|
||||
elif v.patron == 4: procoins = 25000
|
||||
elif v.patron == 5: procoins = 50000
|
||||
elif u.patron == 6: procoins = 125000
|
||||
elif u.patron == 7: procoins = 250000
|
||||
elif v.patron == 6: procoins = 125000
|
||||
elif v.patron == 7: procoins = 250000
|
||||
|
||||
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).")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue