diff options
Diffstat (limited to 'bot.py')
-rw-r--r-- | bot.py | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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: |