skoczen / will

Will is a simple, beautiful-to-code bot for slack, hipchat, and a whole lot more.
https://heywill.io
MIT License
406 stars 171 forks source link

Error in will.plugins.fun.wordgame - no string.letters in python 3 #337

Closed ghost closed 6 years ago

ghost commented 6 years ago

I'm not sure if Will should work on both Python versions, but in Python 3 wordgame.py:211 shoudl be changed to: letter = random.choice(string.ascii_letters).upper()

skoczen commented 6 years ago

Hey @ptomkiel-oktawave thanks for this report - all of Will should definitely work on py2 and py3. Looks like @netjunki put a fix in, and this will be resolved in the upcoming 2.1.1!

skoczen commented 6 years ago

This has been fixed, and released in 2.1.1!