This commit is contained in:
JP
2018-07-07 20:37:15 +02:00
parent 1a69062640
commit 996b661082
+1
View File
@@ -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()