Aevann1 2022-01-17 17:04:23 +02:00
parent 45c80f01f9
commit 06aeb49e07
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ def transfer_coins(v, username):
g.db.add(tax_receiver)
else: tax = 0
if TAX_RECEIVED_ID:
if TAX_RECEIVER_ID:
log_message = f"[@{v.username}](/id/{v.id}) has transferred {amount} {app.config['COINS_NAME']} to [@{receiver.username}]({receiver.id})"
send_repeatable_notification(TAX_RECEIVER_ID, log_message)