diff --git a/litecord/blueprints/relationships.py b/litecord/blueprints/relationships.py index 9f79a1d..2dd8e0e 100644 --- a/litecord/blueprints/relationships.py +++ b/litecord/blueprints/relationships.py @@ -227,7 +227,7 @@ async def post_relationship(): if not uid: raise RelationshipFailed("No users with DiscordTag exist") - + if uid == user_id: raise RelationshipFailed("Tried to add themselves as friend")