forked from rDrama/rDrama
1
0
Fork 0

"Bux" to "Marseybux"

master
Aevann1 2022-06-25 03:54:23 +02:00
parent 51c91de1dd
commit 56a317bb56
1 changed files with 1 additions and 1 deletions

View File

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