From 56528ad3953148559b4278f99e509a8991203841 Mon Sep 17 00:00:00 2001 From: Puranjay Savar Mattas <68191388+psavarmattas@users.noreply.github.com> Date: Wed, 16 Dec 2020 00:16:52 +0530 Subject: [PATCH] Add files via upload --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 933ecda..6c506e6 100644 --- a/main.py +++ b/main.py @@ -67,7 +67,7 @@ if __name__ == "__main__": elif 'date' in command: talk('sorry, I have a headache') elif 'are you single' in command: - talk('I am in a relationship with amazon') + talk('I am in a relationship with PSMForums') elif 'joke' in command: talk('Let me get you laughing') talk(pyjokes.get_joke())