aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-02-23 10:15:16 -0600
committerAnthony Wang2022-02-23 10:15:16 -0600
commitb93fb7b7776eba44d0fc4d7feaae1521b9936b56 (patch)
tree8ea449c30fc56ef346c9e31d6842140250b51fea
parente7abb12d6561e5ae5f273667d9f51ffa2765e3a1 (diff)
Add more fun initial inputs
-rw-r--r--bot.py7
1 files changed, 6 insertions, 1 deletions
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: