Angelo Giacco
Angelo Giacco
**Describe the bug** when a user runs the main.py without having cd'ed into the honeybot directory using ` python honeybot/main.py ` the imports for poker/blackjack and monopoly will cause errors...
the blackjack plugin i have developed in #163 shows the cards each player has. code should be changed to private message each player their cards.
.poker should create a poker game and send a pm to each player online telling them their hand. Then it shows a deck in the main channel and will ask...
**Describe the bug** Convert plugin produces the following error: 'NoneType' object has no attribute 'previous_sibling'. I believe this has something to do with beautiful soup but I am not sure....