|
|
@ -65,7 +65,7 @@ class DjingTelebot(helper.ChatHandler): |
|
|
if content_type != 'text': |
|
|
if content_type != 'text': |
|
|
return |
|
|
return |
|
|
self._chat_id = chat_id |
|
|
self._chat_id = chat_id |
|
|
text = msg['text'] |
|
|
|
|
|
|
|
|
text = msg['text'].lower() |
|
|
|
|
|
|
|
|
# выполняем комманды если они есть |
|
|
# выполняем комманды если они есть |
|
|
if text in self.cmds.keys(): |
|
|
if text in self.cmds.keys(): |
|
|
|