We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4400a85 + a871ede commit 70cc5adCopy full SHA for 70cc5ad
1 file changed
plugins/wyr.py
@@ -18,7 +18,7 @@ def wyr(bot):
18
choice2 = data['choiceb'].strip().lower().rstrip('.?,!').lstrip('.')
19
link = data['link']
20
21
- # get a list all the words in the answers
+ # get a list of all the words in the answers
22
text = choice1.split() + choice2.split()
23
text = [word for word in text if word != "a"]
24
0 commit comments