diff options
-rw-r--r-- | bot/seasons/evergreen/magic_8ball.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/magic_8ball.py b/bot/seasons/evergreen/magic_8ball.py index ac435d3a..a4e576f2 100644 --- a/bot/seasons/evergreen/magic_8ball.py +++ b/bot/seasons/evergreen/magic_8ball.py @@ -31,4 +31,4 @@ class Magic8ball: # Required in order to load the cog, use the class name in the add_cog function. def setup(bot): bot.add_cog(Magic8ball(bot)) - log.debug("Magic 8ball cog loaded") + log.info("Magic 8ball cog loaded") |