Skip to content
Permalink
Browse files
Update greet_keywords.py
  • Loading branch information
karamanr committed Nov 24, 2017
1 parent 1786ffe commit 13fff7af40d914d2394b1e860504309ef310aceb
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1,3 +1,5 @@
#made by Ridvan Karaman

#sentences the bot will respond with if the user used one of the keywords
greet_keywords = ("Hello" , "hello", "Hi" , "hi" , "What's up", "what's up", "Sup", "sup", "How's it going","Howdy", "Yo", "Greetings", "greetings")
greet_responces = ["Hello there! ", "Hey" , "Hello to you, too!", "Oh, hi there!", "Look who it is!"]

0 comments on commit 13fff7a

Please sign in to comment.