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

@ -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)