This commit is contained in:
Aevann1 2021-10-22 01:01:46 +02:00
parent 73bb3847c3
commit 74c459b71b
2 changed files with 3 additions and 3 deletions

View file

@ -312,7 +312,7 @@ def gumroad(v):
elif v.patron == 5 or v.patron == 8: procoins = 50000
v.procoins += procoins
send_notification(NOTIFICATIONS_ACCOUNT, v, f"You were given {procoins} Marseybux!")
send_notification(NOTIFICATIONS_ACCOUNT, v, f"You were given {procoins} Marseybux! You can use them to buy awards in the [shop](/shop).")
g.db.add(v)