This commit is contained in:
Aevann1 2021-09-13 23:22:01 +02:00
parent 8ae2980fd4
commit 5c30fed687
2 changed files with 5 additions and 12 deletions

View file

@ -60,7 +60,7 @@ def toggle_club_ban(v, username):
u.club_banned = not u.club_banned
for x in u.alts:
x.club_banned = not x.club_banned
x.club_banned = u.club_banned
return {
"message": f"@{username} has been kicked from the country club. Deserved." if u.club_banned else f"@{username}'s ban from club removed"