Update users.py

remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 07:59:45 +02:00 committed by GitHub
parent fd4c3dccc9
commit c4b5faa6ee
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ def transfer_coins(v, username):
transfer_message = f"🤑 [@{v.username}]({v.url}) has gifted you {amount} {app.config['COINS_NAME']}!"
send_notification(NOTIFICATIONS_ACCOUNT, receiver, transfer_message)
return {"message": f"{amount} {app.config['COINS_NAME']} transferred!"}, 200
return {"message": f"{app.config['COINS_NAME']} transferred!"}