remotes/1693045480750635534/spooky-22
Aevann1 2021-09-14 00:01:21 +02:00
parent 8aec44b386
commit 9241f17021
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class User(Base, Stndrd, Age_times):
@property
def paid_dues(self):
return self.admin_level == 6 or self.club_allowed or self.truecoins > int(environ.get("DUES").strip())
return self.admin_level == 6 or self.club_allowed or (self.truecoins > int(environ.get("DUES").strip()) and not self.club_banned)
def any_block_exists(self, other):