Angelo Giacco

Results 18 issues of 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...

bug
help wanted

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.

enhancement
help wanted

.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...

help wanted
crazy
good first issue

**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....

bug
help wanted

fixes #484 by providing a specific async conversation client

fixes #478 please don't merge, want to leave for fern folks to see

when stream is false, we call convert() as opposed to convert_as_stream(). convert before this PR also just streamed.

currently we only return a bytes iterator with no reference to the voice id generated. now return a tuple of the id string and then a bytes iterator, so sdk...