Compare commits

..

No commits in common. "6fc5ee3ed38f11c4e26de36687751d457c143380" and "6bfb0ddbf9eeb91e06575505f45bb1a92da80097" have entirely different histories.

View File

@ -124,6 +124,6 @@ class UserJoinedServer(TableABC):
return str( return str(
f""" f"""
DELETE FROM `UserJoinedServers` DELETE FROM `UserJoinedServers`
WHERE `JoinId` = {self._join_id}; WHERE `Id` = {self._join_id};
""" """
) )