remotes/1693045480750635534/spooky-22
Aevann1 2021-10-22 00:59:19 +02:00
parent 7baf959483
commit 027850e55d
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ def monthly(v):
elif u.patron == 4: procoins = 25000
elif u.patron == 5 or u.patron == 8: procoins = 50000
u.procoins += bc
u.procoins += procoins
send_notification(NOTIFICATIONS_ACCOUNT, u, f"You were given {procoins} Marseybux!")
g.db.add(u)

View File

@ -311,7 +311,7 @@ def gumroad(v):
elif v.patron == 4: procoins = 25000
elif v.patron == 5 or v.patron == 8: procoins = 50000
v.procoins += bc
v.procoins += procoins
send_notification(NOTIFICATIONS_ACCOUNT, v, f"You were given {procoins} Marseybux!")
g.db.add(v)