From 37093e5282b401b582ec1fcc9af9dc56e0e4ceef Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 17 Jul 2022 16:46:17 -0500 Subject: Add more fun prompts --- bot.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 0726fb5..2ee8e60 100644 --- a/bot.py +++ b/bot.py @@ -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: -- cgit v1.2.3-70-g09d2