diff options
Diffstat (limited to 'bot/seasons/evergreen/fun.py')
| -rw-r--r-- | bot/seasons/evergreen/fun.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/fun.py b/bot/seasons/evergreen/fun.py index f5814a80..286d8462 100644 --- a/bot/seasons/evergreen/fun.py +++ b/bot/seasons/evergreen/fun.py @@ -33,4 +33,4 @@ def setup(bot):      """Fun Cog load."""      bot.add_cog(Fun(bot)) -    log.debug("Fun cog loaded") +    log.info("Fun cog loaded")  |