diff --git a/Chatbot.py b/Chatbot.py index 45a4ce0..2c4d87d 100644 --- a/Chatbot.py +++ b/Chatbot.py @@ -220,6 +220,7 @@ class Chatbot(object): #Respond to a message. #Assumes the message isn't a command + @asyncio.coroutine def respondToMessage(self, message): wordsToRespondTo = message.content.strip().split()