diff options
author | Anthony Wang | 2022-07-17 16:46:17 -0500 |
---|---|---|
committer | Anthony Wang | 2022-07-17 16:46:17 -0500 |
commit | 37093e5282b401b582ec1fcc9af9dc56e0e4ceef (patch) | |
tree | cb4871240221bc52e3089576a41343f182b3edce | |
parent | 458143cf4511ad7b473740c901982dea01f7aab0 (diff) |
Add more fun prompts
-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: |