This commit is contained in:
Aevann1 2021-10-22 00:59:19 +02:00
parent e9c15e2f9c
commit 73bb3847c3
2 changed files with 2 additions and 2 deletions

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)