Add more fun initial inputs

This commit is contained in:
Anthony Wang 2022-02-23 10:15:16 -06:00
parent e7abb12d65
commit b93fb7b777
Signed by: a
GPG key ID: BC96B00AEC5F2D76

7
bot.py
View file

@ -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: