remotes/1693045480750635534/spooky-22
Aevann1 2021-10-23 01:59:50 +02:00
parent b9fcd32690
commit df70752d42
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ def edit_comment(cid, v):
body=body,
v=v
)
if not body.lower().contains('trans lives matters'):
if 'trans lives matters' not in body.lower():
now = int(time.time())
cutoff = now - 60 * 60 * 24