joeyvanlierop / xkcdbot

A reddit bot that automatically links xkcd comics in the /r/xkcd subreddit 🤖
MIT License
37 stars 20 forks source link

Add lookup of a range of comics #19

Closed gebrek closed 4 years ago

gebrek commented 4 years ago

For the same rules as other tokens, if a range (indicated by a number, two or three '.', and another number) is detected, expand the range of numbers and treat them as if each has been written out.


#

joeyvanlierop commented 4 years ago

Thanks for the contribution! Before I merge this, would you be able to implement some tests to ensure there are no obvious issues?

joeyvanlierop commented 4 years ago

Solved by #24