This commit is contained in:
Aevann1 2022-01-31 06:10:09 +02:00
parent 021d5d3db6
commit 3d407c69e6

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