From 996b66108244926624af55a002107edb94345010 Mon Sep 17 00:00:00 2001 From: JP Date: Sat, 7 Jul 2018 20:37:15 +0200 Subject: [PATCH] fix? --- Chatbot.py | 1 + 1 file changed, 1 insertion(+) 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()