This commit is contained in:
Aevann1 2022-01-31 06:04:08 +02:00
parent 9925639e79
commit 021d5d3db6

View file

@ -418,6 +418,8 @@ 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
return False
@property