lol im aevann now

This commit is contained in:
Aevann1 2021-09-16 21:06:30 +00:00
parent 14e771dea3
commit b82512f441
2 changed files with 3 additions and 3 deletions

View file

@ -134,7 +134,7 @@ def transfer_coins(v, username):
g.db.commit()
transfer_message = f"🤑 [@{v.username}]({v.url}) has gifted you {amount} {app.config['COINS_NAME']}!"
send_notification(v.id, receiver, transfer_message)
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!"}