diff options
Diffstat (limited to 'bot.py')
-rw-r--r-- | bot.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -52,7 +52,10 @@ if args.input is None: 'I read on the news that', 'I never knew that', 'My dream is', - 'It\'s terrible that' + 'It\'s terrible that', + 'My new theory:', + 'My conspiracy theory', + 'The worst thing' ]) else: with open(args.data, 'r') as f: |