forked from rDrama/rDrama
1
0
Fork 0

consistency

master
Aevann 2023-02-27 02:48:19 +02:00
parent 20bbc9ff24
commit 9a618508f7
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,7 @@ def unfollow_user(username, v):
send_notification(target.id, f"@{v.username} has unfollowed you!")
else:
abort(400, f"You're not even following {target.username} to begin with!")
abort(400, f"You're not even following @{target.username} to begin with!")
return {"message": f"@{target.username} has been unfollowed!"}