Roxxers / roxbot

Roxbot: An inclusive modular multi-purpose Discord bot. Built with love (and discord.py)
MIT License
21 stars 5 forks source link

Fixed roll command crashes #10

Closed TBTerra closed 6 years ago

TBTerra commented 6 years ago

fixed roll command from crashes when silly user input was given

fixed crashes when:

most of these were due to a bug in the regex where it expected a number of length 0 or more, when it should have expected one of length 1 or more