From f33fbbbe5a9548493f066aa8e879aa71ca5786a4 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 7 Mar 2024 21:08:55 +0200 Subject: [PATCH] better syntax --- files/helpers/sanitize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 08d2a13be..bbd450872 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -71,7 +71,7 @@ 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 'discord' in body.lower() and kind == 'message': + if SITE_NAME == 'rDrama' and 'cord' in body.lower() and kind == 'message': execute = True if not execute: return False