Cleanup chatterbot.py

This commit is contained in:
aikaterna
2017-04-07 22:08:21 -07:00
parent e4a3d205f7
commit d9366248c8

View File

@@ -23,6 +23,6 @@ class ChatterBot:
def setup(bot):
if chatbotInstalled is False:
raise RuntimeError("Install ChatterBot:\n"
"[p]debug bot.pip_install('ChatterBot')\n"
"[p]debug bot.pip_install('chatterbot')\n"
"Then [p]load chatterbot")
bot.add_cog(ChatterBot(bot))