Compare commits
No commits in common. "6fc5ee3ed38f11c4e26de36687751d457c143380" and "6bfb0ddbf9eeb91e06575505f45bb1a92da80097" have entirely different histories.
6fc5ee3ed3
...
6bfb0ddbf9
@ -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};
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user