diff --git a/greet_keywords.py b/greet_keywords.py index 5182986..414b1ca 100644 --- a/greet_keywords.py +++ b/greet_keywords.py @@ -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!"]