-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addmykakpoindex.html #239
base: master
Are you sure you want to change the base?
addmykakpoindex.html #239
Conversation
@@ -1267,6 +1268,19 @@ def animalfactsbot(reddit): | |||
'The red kangaroo is the largest marsupial in the world.', | |||
'Kangaroos usually live to around six years old in the wild.', | |||
) | |||
KAKAPO_FACTS = ( | |||
'The kakapo is the worlds only fligletless parrot and is also unusual in being nocturnal.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in here
@@ -270,6 +270,7 @@ def check_comment_for_animal(comment, reddit): | |||
botengine('jackal', '\sjackals?\s', reddit, JACKAL_FACTS, comment) | |||
botengine('jellyfish', '\sjelly ?fish(es)\s', reddit, JELLYFISH_FACTS, comment) | |||
botengine('kangaroo', '\skangaroos?\s', reddit, KANGAROO_FACTS, comment) | |||
botengine('kakapo', '\skakapo?\s', reddit, KAKAPO_FACTS, comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing an s in the regex here - check the other entries
@@ -87,6 +87,7 @@ You can see the bot in action at https://www.reddit.com/user/AnimalFactsBot/comm | |||
* jackal | |||
* jellyfish | |||
* kangaroo | |||
* kakapo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This list has been capitalised now. If you can grab the latest repo and capitalise this that’ll sort it.
Some notes added for you - but assuming Joel says the animal can go in it looks alllllmost good :) |
@Logias are you still around? |
No description provided.