This commit is contained in:
Aevann1 2021-07-26 04:08:54 +02:00
parent 41a200b7f6
commit c0ebcae90b
3 changed files with 0 additions and 12 deletions

View file

@ -346,9 +346,6 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
if not v:
return False
if self.is_bot and v.hide_bot:
return True
if any([x in self.body for x in v.filter_words]):
return True