diff options
author | 2019-03-24 12:23:22 -0400 | |
---|---|---|
committer | 2019-03-24 12:23:22 -0400 | |
commit | 9f0c99e0675882059f6f17d45cf53563572df49a (patch) | |
tree | 9e934c1037659b9b3a9e4a34f93d00f70bd5b361 /bot | |
parent | Fix imports (diff) |
Change debug to info
Diffstat (limited to 'bot')
-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") |