Now with weather showing capabilities

This commit is contained in:
Remy Moll
2020-10-15 11:27:54 +02:00
parent ce6c6bbe9a
commit 4ee2f78e48
8 changed files with 80 additions and 94 deletions

View File

@@ -88,18 +88,6 @@ class ChatBot():
self.telegram = telegram.TelegramIO(self.persistence, self.commands)
# self.message_loop()
# def message_loop(self):
# """Calls the telegram entity regularly to check for activity"""
# while(True):
# result = self.telegram.fetch_updates()
# if len(result) != 0:
# command, params = self.telegram.handle_result(result)
# if command != "nothing":
# self.commands[command](params)
# time.sleep(5)
def react_command(self, command, params):
""""""