Compare commits

..

No commits in common. "3fa0b815f3f63c41f2b00e8d1bf2fa1a72632188" and "40287c4e14fb6ff6f2de9cea3c506b133bf1a22a" have entirely different histories.

View File

@ -55,7 +55,6 @@ def bot():
text = payload.get('text') text = payload.get('text')
if not text: if not text:
return return
text = text.lower()
for word in configurator.get_config('words'): for word in configurator.get_config('words'):
if word in text: if word in text:
mes = 'Держи шутку!\n' + get_random() mes = 'Держи шутку!\n' + get_random()