b
This commit is contained in:
parent
3e46b16f3e
commit
2e6afa5c76
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue