This commit is contained in:
Aevann1 2022-01-17 17:04:23 +02:00
parent 3e46b16f3e
commit 2e6afa5c76

View file

@ -247,7 +247,7 @@ def transfer_coins(v, username):
g.db.add(tax_receiver) g.db.add(tax_receiver)
else: tax = 0 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})" 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) send_repeatable_notification(TAX_RECEIVER_ID, log_message)