diff --git a/chatter/__init__.py b/chatter/__init__.py index 322e7df..9447c6a 100644 --- a/chatter/__init__.py +++ b/chatter/__init__.py @@ -5,6 +5,6 @@ def setup(bot): bot.add_cog(Chatter(bot)) -__all__ = ( - 'chatterbot' -) +# __all__ = ( +# 'chatterbot' +# )