From b93fb7b7776eba44d0fc4d7feaae1521b9936b56 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 23 Feb 2022 10:15:16 -0600 Subject: Add more fun initial inputs --- bot.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 7ec5231..ee87ebb 100644 --- a/bot.py +++ b/bot.py @@ -43,7 +43,12 @@ if args.input is None: 'My favorite', 'I\'m not', 'I hate', - 'I think' + 'I think', + 'In my opinion', + 'Breaking news:', + 'Have I ever told you that', + 'I read on the news that', + 'I never knew that' ]) else: with open(args.data, 'r') as f: -- cgit v1.2.3-70-g09d2