teamshortcut / Discord-Maths-Bot

Uses the Kings Maths School Seven Day Maths Weekly Challenge and their archive of problems for a Python Discord bot.
MIT License
0 stars 5 forks source link

Add support for `ol` and `ul` #9

Closed teamshortcut closed 6 years ago

teamshortcut commented 6 years ago

eg. https://www.kcl.ac.uk/mathsschool/weekly-maths-challenge/challenges-81-100.aspx Challenge 81. Because the list elements are children, the code does not catch them. (since it uses .next_sibling and .contents)

teamshortcut commented 6 years ago

Merged to https://github.com/teamshortcut/Discord-Maths-Bot/issues/10