Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

addmykakpoindex.html #239

wants to merge 2 commits into from

Conversation

Logias
Copy link

@Logias Logias commented Oct 25, 2017

No description provided.

@@ -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.',
Copy link
Collaborator

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)
Copy link
Collaborator

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
Copy link
Collaborator

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.

@mpentler
Copy link
Collaborator

mpentler commented Jan 30, 2018

Some notes added for you - but assuming Joel says the animal can go in it looks alllllmost good :)

@mpentler
Copy link
Collaborator

@Logias are you still around?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants