forked from rDrama/rDrama
1
0
Fork 0

remove bad filter

master
Aevann 2024-03-10 08:48:28 +02:00
parent 9d93f521a3
commit 8c2db4beee
1 changed files with 0 additions and 3 deletions

View File

@ -71,9 +71,6 @@ def execute_blackjack(v, target, body, kind):
if all(i in body.lower() for i in x.split()):
execute = True
if SITE_NAME == 'rDrama' and kind == 'message' and ('discord' in body.lower() or 'groomercord' in body.lower()):
execute = True
if not execute: return False
v.shadowbanned = AUTOJANNY_ID