ARMmaster17 / JeffBot

(Yet another) comical and extensible chat bot.
https:\\jeffchatbot.herokuapp.com
MIT License
9 stars 2 forks source link

Single Word Bug #31

Closed FreekingDean closed 8 years ago

FreekingDean commented 8 years ago

Problem

The new NGram/Wordchainer used strings as inputs and the new WordChain.next_word uses an array input.

Solution

The solution is to call the correct method with the correct params.

FreekingDean commented 8 years ago

This should fix #12