carpet
This commit is contained in:
parent
169c1176e4
commit
6bc1e0e738
11 changed files with 13 additions and 9 deletions
|
@ -26,8 +26,9 @@ tiers={
|
|||
"(Renthog)": 2,
|
||||
"(Landchad)": 3,
|
||||
"(Terminally online turboautist)": 4,
|
||||
"(Footpig)": 5,
|
||||
"(Rich Bich)": 6,
|
||||
"(Marsey's Sugar Daddy)": 5,
|
||||
"(JIDF Bankroller)": 6,
|
||||
"(Rich Bich)": 7,
|
||||
"(LlamaBean)": 1,
|
||||
}
|
||||
|
||||
|
@ -481,6 +482,7 @@ def gumroad(v):
|
|||
elif v.patron == 4: procoins = 25000
|
||||
elif v.patron == 5: procoins = 50000
|
||||
elif u.patron == 6: procoins = 125000
|
||||
elif u.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