This commit is contained in:
Aevann1 2022-02-26 21:34:10 +02:00
parent 169c1176e4
commit 6bc1e0e738
11 changed files with 13 additions and 9 deletions

View file

@ -415,6 +415,7 @@ def monthly(v):
elif u.patron == 4: procoins = 25000
elif u.patron == 5: procoins = 50000
elif u.patron == 6: procoins = 125000
elif u.patron == 7: procoins = 250000
u.procoins += procoins
g.db.add(u)
send_repeatable_notification(u.id, f"@{v.username} has given you {procoins} Marseybux for the month of {month}! You can use them to buy awards in the [shop](/shop).")