fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 6s
Deploy Dev / Push (pull_request) Successful in 12s
Deploy Dev / Deploy dev (pull_request) Successful in 19s

This commit is contained in:
Egor Matveev 2025-07-08 02:05:25 +04:00
parent 28df4aef54
commit 6509e58b6e

View File

@ -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()