Skip to content
Permalink
Browse files
Update determineUserInput.py
  • Loading branch information
manead committed Nov 22, 2017
1 parent 7ddfb7a commit 897af8d3f93879fcb4877ec136f059909c87eaa1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -196,7 +196,7 @@ def executeCan(sentence):
response = "Today is " + calendar.day_name[my_date.weekday()]
elif "what month" in sentence:
response = "It is " + datetime.now().strftime("%B")
elif "what year it it" in sentence:
elif "what year is it" in sentence:
response = "It is " + datetime.now().year
elif "something about you" in sentence:
response = "I'm an inteligent chatbot. "

0 comments on commit 897af8d

Please sign in to comment.