remotes/1693045480750635534/spooky-22
Aevann1 2022-01-31 06:10:09 +02:00
parent 74e2b69d4f
commit b2f2c785f6
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ class Comment(Base):
if self.is_banned: return True
if (self.slots_result or self.blackjack_result) and len(self.body) <= 20 and level > 1: return True
if (self.slots_result or self.blackjack_result) and len(self.body) <= 20 and self.level > 1: return True
return False