From 6509e58b6edec934ff5694f6e4a9b4954609d311 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Tue, 8 Jul 2025 02:05:25 +0400 Subject: [PATCH] fix --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 4f46461..baabc71 100644 --- a/main.py +++ b/main.py @@ -55,6 +55,7 @@ def bot(): text = payload.get('text') if not text: return + text = text.lower() for word in configurator.get_config('words'): if word in text: mes = 'Держи шутку!\n' + get_random()