From 56a317bb5663dc868e199309e0ae80525898ba18 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 25 Jun 2022 03:54:23 +0200 Subject: [PATCH] "Bux" to "Marseybux" --- files/routes/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/users.py b/files/routes/users.py index 559538f8c..bee54e98d 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -484,7 +484,7 @@ def transfer_bux(v, username): log_message = f"@{v.username} has transferred {amount} Marseybux to @{receiver.username}" send_repeatable_notification(GIFT_NOTIF_ID, log_message) - notif_text = f":marseycapitalistmanlet: @{v.username} has gifted you {amount} bux!" + notif_text = f":marseycapitalistmanlet: @{v.username} has gifted you {amount} Marseybux!" if reason: notif_text += f"\n\n> {reason}" send_repeatable_notification(receiver.id, notif_text)