From 7de222dfe4a8888e5281f1fa06c5134e7fea2fd0 Mon Sep 17 00:00:00 2001 From: bobloy Date: Wed, 29 Jul 2020 15:11:04 -0400 Subject: [PATCH] Forgot about this line. Was it causes reload issue? --- chatter/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' +# )